#50E95F
A light, vivid green closely aligning with Limegreen.
About #50E95F
Visually, #50E95F is defined as a vivid green. 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 95.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 66% cyan and 0% magenta inks. 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. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50E95F
RGB80, 233, 95
HSL125.9°, 77.7%, 61.4%
CMYK66%, 0%, 59%, 9%
HSV125.9°, 65.7%, 91.4%
LAB82.3, -66.9, 54.4
XYZ34.5, 60.8, 20.7
Decimal5302623
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.16:1
Text on #000000
AAA
1.52:1
Text on #F8FAFC
FAIL
11.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E95F;
}
.text-color {
color: #50E95F;
}
.border-color {
border: 2px solid #50E95F;
}