#7CD31D
A medium, vivid green closely aligning with Yellowgreen.
About #7CD31D
At its core, #7CD31D is a medium and vivid hue. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 124 red, 211 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 41% cyan, 0% magenta, 86% yellow, and 17% black. With a hue angle of 88.7 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7CD31D
RGB124, 211, 29
HSL88.7°, 75.8%, 47.1%
CMYK41%, 0%, 86%, 17%
HSV88.7°, 86.3%, 82.7%
LAB76.7, -52.2, 71.6
XYZ31.8, 51.0, 9.3
Decimal8180509
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.19:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CD31D;
}
.text-color {
color: #7CD31D;
}
.border-color {
border: 2px solid #7CD31D;
}