#50F85F
A light, vivid green closely aligning with Springgreen.
About #50F85F
At its core, #50F85F is a light and vivid hue. Its closest recognized web color is Springgreen. This translates to an RGB value of rgb(80, 248, 95).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 68% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50F85F
RGB80, 248, 95
HSL125.4°, 92.3%, 64.3%
CMYK68%, 0%, 62%, 3%
HSV125.4°, 67.7%, 97.3%
LAB86.8, -71.9, 59.5
XYZ38.9, 69.7, 22.2
Decimal5306463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.93:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F85F;
}
.text-color {
color: #50F85F;
}
.border-color {
border: 2px solid #50F85F;
}