#7CCC42
A medium, moderate green closely aligning with Yellowgreen.
About #7CCC42
Visually, #7CCC42 is defined as a moderate green. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 124 red, 204 green, and 66 blue.
If you are designing for print, the four-color process is what matters most. The color uses 39% Cyan, 0% Magenta, 68% Yellow, and 20% Black. With a hue angle of 94.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7CCC42
RGB124, 204, 66
HSL94.8°, 57.5%, 52.9%
CMYK39%, 0%, 68%, 20%
HSV94.8°, 67.6%, 80.0%
LAB74.7, -47.4, 58.6
XYZ30.9, 47.9, 12.8
Decimal8178754
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.57:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCC42;
}
.text-color {
color: #7CCC42;
}
.border-color {
border: 2px solid #7CCC42;
}