#7CAF07
A dark, vivid green closely aligning with Yellowgreen.
About #7CAF07
At its core, #7CAF07 is a dark and vivid hue. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 124 parts red, 175 parts green, and 7 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 29% Cyan, 0% Magenta, 96% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CAF07
RGB124, 175, 7
HSL78.2°, 92.3%, 35.7%
CMYK29%, 0%, 96%, 31%
HSV78.2°, 96.0%, 68.6%
LAB65.7, -37.6, 66.1
XYZ23.7, 35.0, 5.7
Decimal8171271
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.99:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CAF07;
}
.text-color {
color: #7CAF07;
}
.border-color {
border: 2px solid #7CAF07;
}