#7CCC1D
A medium, vivid green closely aligning with Yellowgreen.
About #7CCC1D
The hex code #7CCC1D represents a beautifully specific shade of green. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(124, 204, 29).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 39% cyan and 0% magenta inks. The HSL representation is 87.4° hue, 75.1% saturation, and 45.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CCC1D
RGB124, 204, 29
HSL87.4°, 75.1%, 45.7%
CMYK39%, 0%, 86%, 20%
HSV87.4°, 85.8%, 80.0%
LAB74.5, -49.4, 69.8
XYZ30.1, 47.6, 8.8
Decimal8178717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.51:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCC1D;
}
.text-color {
color: #7CCC1D;
}
.border-color {
border: 2px solid #7CCC1D;
}