#7CCC07
A medium, vivid green closely aligning with Yellowgreen.
About #7CCC07
Visually, #7CCC07 is defined as a vivid green. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 124 red, 204 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 39% Cyan, 0% Magenta, 97% Yellow, and 20% Black. The HSL representation is 84.4° hue, 93.4% saturation, and 41.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CCC07
RGB124, 204, 7
HSL84.4°, 93.4%, 41.4%
CMYK39%, 0%, 97%, 20%
HSV84.4°, 96.6%, 80.0%
LAB74.5, -49.9, 73.0
XYZ29.9, 47.5, 7.8
Decimal8178695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.50:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCC07;
}
.text-color {
color: #7CCC07;
}
.border-color {
border: 2px solid #7CCC07;
}