Lime Twist
#c6d624
Lime Twist, represented by the hex value #c6d624, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c6d624 | |
|---|---|---|
| RGB | rgb(198, 214, 36) | |
| HSL | hsl(65, 71%, 49%) | |
| CMYK | cmyk(7%, 0%, 83%, 16%) | |
| LAB | lab(82, -20, 75) | |
| OKLCH | oklch(0.84 0.182 115) |
Color harmonies
Tints & shades
Code snippets
color: #c6d624;
background-color: #c6d624;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFC6D624)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.84, blue: 0.14, alpha: 1.0)