#50CC07
A medium, vivid green closely aligning with Limegreen.
About #50CC07
When working with digital screens, the color #50CC07 is rendered by mixing light. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 80 parts red, 204 parts green, and 7 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 61% cyan and 0% magenta inks. The HSL representation is 97.8° hue, 93.4% saturation, and 41.4% lightness.
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#50CC07
RGB80, 204, 7
HSL97.8°, 93.4%, 41.4%
CMYK61%, 0%, 97%, 20%
HSV97.8°, 96.6%, 80.0%
LAB72.8, -62.8, 71.0
XYZ24.9, 44.9, 7.6
Decimal5295111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.10:1
Text on #FFFFFF
FAIL
9.98:1
Text on #000000
AAA
2.01:1
Text on #F8FAFC
FAIL
8.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50CC07;
}
.text-color {
color: #50CC07;
}
.border-color {
border: 2px solid #50CC07;
}