#50E250
A light, vivid green closely aligning with Limegreen.
About #50E250
Visually, #50E250 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 80 red, 226 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 65% cyan, 0% magenta, 65% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50E250
RGB80, 226, 80
HSL120.0°, 71.6%, 60.0%
CMYK65%, 0%, 65%, 11%
HSV120.0°, 64.6%, 88.6%
LAB80.0, -66.1, 58.1
XYZ32.0, 56.7, 16.8
Decimal5300816
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.34:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E250;
}
.text-color {
color: #50E250;
}
.border-color {
border: 2px solid #50E250;
}