#50F06D
A light, vivid green closely aligning with Springgreen.
About #50F06D
At its core, #50F06D is a light and vivid hue. It is closely associated with the named CSS color Springgreen. Its digital footprint relies on 80 parts red, 240 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 67% C, 0% M, 55% Y, and 6% K. The HSL representation is 130.9° hue, 84.2% saturation, and 62.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50F06D
RGB80, 240, 109
HSL130.9°, 84.2%, 62.7%
CMYK67%, 0%, 55%, 6%
HSV130.9°, 66.7%, 94.1%
LAB84.6, -67.6, 50.8
XYZ37.2, 65.1, 25.1
Decimal5304429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.03:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F06D;
}
.text-color {
color: #50F06D;
}
.border-color {
border: 2px solid #50F06D;
}