Leafy Lemon
#c0f000
Leafy Lemon, represented by the hex value #c0f000, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c0f000 | |
|---|---|---|
| RGB | rgb(192, 240, 0) | |
| HSL | hsl(72, 100%, 47%) | |
| CMYK | cmyk(20%, 0%, 100%, 6%) | |
| LAB | lab(89, -34, 85) | |
| OKLCH | oklch(0.89 0.218 123) |
Color harmonies
Tints & shades
Code snippets
color: #c0f000;
background-color: #c0f000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFC0F000)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.94, blue: 0.00, alpha: 1.0)