#50E949
A light, vivid green closely aligning with Limegreen.
About #50E949
The precise color #50E949 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 233, and 73.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 66% C, 0% M, 69% Y, and 9% K. With a hue angle of 117.4 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50E949
RGB80, 233, 73
HSL117.4°, 78.4%, 60.0%
CMYK66%, 0%, 69%, 9%
HSV117.4°, 68.7%, 91.4%
LAB82.1, -69.1, 63.1
XYZ33.6, 60.5, 16.2
Decimal5302601
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.09:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E949;
}
.text-color {
color: #50E949;
}
.border-color {
border: 2px solid #50E949;
}