#7CCC50
A medium, moderate green closely aligning with Yellowgreen.
About #7CCC50
Visually, #7CCC50 is defined as a moderate 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, 204, and 80.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 39% C, 0% M, 61% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#7CCC50
RGB124, 204, 80
HSL98.7°, 54.9%, 55.7%
CMYK39%, 0%, 61%, 20%
HSV98.7°, 60.8%, 80.0%
LAB74.9, -46.1, 52.9
XYZ31.4, 48.1, 15.2
Decimal8178768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.61:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7CCC50;
}
.text-color {
color: #7CCC50;
}
.border-color {
border: 2px solid #7CCC50;
}