#50E275
A light, vivid green closely aligning with Mediumspringgreen.
About #50E275
The precise color #50E275 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumspringgreen. In the RGB color space, it consists of 80 red, 226 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. The color uses 65% Cyan, 0% Magenta, 48% Yellow, and 11% Black. The HSL representation is 135.2° hue, 71.6% saturation, and 60.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50E275
RGB80, 226, 117
HSL135.2°, 71.6%, 60.0%
CMYK65%, 0%, 48%, 11%
HSV135.2°, 64.6%, 88.6%
LAB80.4, -61.5, 41.9
XYZ33.7, 57.4, 26.1
Decimal5300853
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.48:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E275;
}
.text-color {
color: #50E275;
}
.border-color {
border: 2px solid #50E275;
}