#7CBD00
A dark, vivid green closely aligning with Yellowgreen.
About #7CBD00
Visually, #7CBD00 is defined as a vivid green. 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, 189, and 0.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 34% cyan and 0% magenta inks. The HSL representation is 80.6° hue, 100.0% saturation, and 37.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CBD00
RGB124, 189, 0
HSL80.6°, 100.0%, 37.1%
CMYK34%, 0%, 100%, 26%
HSV80.6°, 100.0%, 74.1%
LAB70.0, -43.8, 70.2
XYZ26.5, 40.7, 6.5
Decimal8174848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.14:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CBD00;
}
.text-color {
color: #7CBD00;
}
.border-color {
border: 2px solid #7CBD00;
}