#50D300
A medium, vivid green closely aligning with Limegreen.
About #50D300
The precise color #50D300 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, 211, and 0.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 62% C, 0% M, 100% Y, and 17% K. With a hue angle of 97.3 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#50D300
RGB80, 211, 0
HSL97.3°, 100.0%, 41.4%
CMYK62%, 0%, 100%, 17%
HSV97.3°, 100.0%, 82.7%
LAB75.0, -65.2, 73.4
XYZ26.6, 48.3, 7.9
Decimal5296896
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.66:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50D300;
}
.text-color {
color: #50D300;
}
.border-color {
border: 2px solid #50D300;
}