#50E975
A light, vivid green closely aligning with Springgreen.
About #50E975
The hex code #50E975 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Springgreen. In the RGB color space, it consists of 80 red, 233 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. The color uses 66% Cyan, 0% Magenta, 50% Yellow, and 9% 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. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50E975
RGB80, 233, 117
HSL134.5°, 77.7%, 61.4%
CMYK66%, 0%, 50%, 9%
HSV134.5°, 65.7%, 91.4%
LAB82.5, -64.1, 44.6
XYZ35.7, 61.3, 26.8
Decimal5302645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.25:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E975;
}
.text-color {
color: #50E975;
}
.border-color {
border: 2px solid #50E975;
}