Lime Fizz
#cfe838
Lime Fizz, represented by the hex value #cfe838, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cfe838 | |
|---|---|---|
| RGB | rgb(207, 232, 56) | |
| HSL | hsl(69, 79%, 56%) | |
| CMYK | cmyk(11%, 0%, 76%, 9%) | |
| LAB | lab(88, -24, 75) | |
| OKLCH | oklch(0.88 0.189 118) |
Color harmonies
Tints & shades
Code snippets
color: #cfe838;
background-color: #cfe838;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFCFE838)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.91, blue: 0.22, alpha: 1.0)