Chartreuse
#c1f80a
Chartreuse is a color with the hex code #c1f80a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c1f80a | |
|---|---|---|
| RGB | rgb(193, 248, 10) | |
| HSL | hsl(74, 94%, 51%) | |
| CMYK | cmyk(22%, 0%, 96%, 3%) | |
| LAB | lab(91, -37, 86) | |
| OKLCH | oklch(0.91 0.225 124) |
Color harmonies
Tints & shades
Code snippets
color: #c1f80a;
background-color: #c1f80a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFC1F80A)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.97, blue: 0.04, alpha: 1.0)