#C5F83A
A light, vivid green closely aligning with Greenyellow.
About #C5F83A
The hex code #C5F83A represents a beautifully specific shade of green. It is closely associated with the named CSS color Greenyellow. In the RGB color space, it consists of 197 red, 248 green, and 58 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 21% Cyan, 0% Magenta, 77% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C5F83A
RGB197, 248, 58
HSL76.1°, 93.1%, 60.0%
CMYK21%, 0%, 77%, 3%
HSV76.1°, 76.6%, 97.3%
LAB91.4, -40.3, 79.0
XYZ57.4, 79.3, 16.3
Decimal12974138
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.86:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #C5F83A;
}
.text-color {
color: #C5F83A;
}
.border-color {
border: 2px solid #C5F83A;
}