#50E950
A light, vivid green closely aligning with Limegreen.
About #50E950
The hex code #50E950 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(80, 233, 80).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 66% cyan, 0% magenta, 66% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50E950
RGB80, 233, 80
HSL120.0°, 77.7%, 61.4%
CMYK66%, 0%, 66%, 9%
HSV120.0°, 65.7%, 91.4%
LAB82.1, -68.5, 60.5
XYZ33.9, 60.6, 17.5
Decimal5302608
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.11:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E950;
}
.text-color {
color: #50E950;
}
.border-color {
border: 2px solid #50E950;
}