#50E26D
A light, vivid green closely aligning with Springgreen.
About #50E26D
When working with digital screens, the color #50E26D is rendered by mixing light. It is closely associated with the named CSS color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 226, and 109.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 65% C, 0% M, 52% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50E26D
RGB80, 226, 109
HSL131.9°, 71.6%, 60.0%
CMYK65%, 0%, 52%, 11%
HSV131.9°, 64.6%, 88.6%
LAB80.3, -62.7, 45.6
XYZ33.3, 57.2, 23.8
Decimal5300845
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.44:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E26D;
}
.text-color {
color: #50E26D;
}
.border-color {
border: 2px solid #50E26D;
}