#7CAF00
A dark, vivid green closely aligning with Yellowgreen.
About #7CAF00
At its core, #7CAF00 is a dark and vivid hue. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 175, and 0.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 29% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CAF00
RGB124, 175, 0
HSL77.5°, 100.0%, 34.3%
CMYK29%, 0%, 100%, 31%
HSV77.5°, 100.0%, 68.6%
LAB65.7, -37.7, 66.9
XYZ23.6, 34.9, 5.5
Decimal8171264
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: #7CAF00;
}
.text-color {
color: #7CAF00;
}
.border-color {
border: 2px solid #7CAF00;
}