#C5FF1D
A medium, vivid green closely aligning with Greenyellow.
About #C5FF1D
Visually, #C5FF1D is defined as a vivid green. If you're using CSS, you might find it aligns closely with Greenyellow. Its digital footprint relies on 197 parts red, 255 parts green, and 29 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 23% Cyan, 0% Magenta, 89% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C5FF1D
RGB197, 255, 29
HSL75.4°, 100.0%, 55.7%
CMYK23%, 0%, 89%, 0%
HSV75.4°, 88.6%, 100.0%
LAB93.2, -44.3, 87.0
XYZ59.0, 83.5, 14.2
Decimal12975901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.70:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5FF1D;
}
.text-color {
color: #C5FF1D;
}
.border-color {
border: 2px solid #C5FF1D;
}