#C5F842
A light, vivid green closely aligning with Greenyellow.
About #C5F842
Visually, #C5F842 is defined as a vivid green. Its closest recognized web color is Greenyellow. In the RGB color space, it consists of 197 red, 248 green, and 66 blue.
If you are designing for print, the four-color process is what matters most. The color uses 21% Cyan, 0% Magenta, 73% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#C5F842
RGB197, 248, 66
HSL76.8°, 92.9%, 61.6%
CMYK21%, 0%, 73%, 3%
HSV76.8°, 73.4%, 97.3%
LAB91.4, -39.9, 76.6
XYZ57.6, 79.4, 17.4
Decimal12974146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.88:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F842;
}
.text-color {
color: #C5F842;
}
.border-color {
border: 2px solid #C5F842;
}