#50E90F
A medium, vivid green closely aligning with Lawngreen.
About #50E90F
The hex code #50E90F represents a beautifully specific shade of green. Designers often compare it to the standard color Lawngreen. In the RGB color space, it consists of 80 red, 233 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 66% C, 0% M, 94% Y, and 9% K. The HSL representation is 102.1° hue, 87.9% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#50E90F
RGB80, 233, 15
HSL102.1°, 87.9%, 48.6%
CMYK66%, 0%, 94%, 9%
HSV102.1°, 93.6%, 91.4%
LAB81.8, -72.0, 77.5
XYZ32.5, 60.0, 10.3
Decimal5302543
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.00:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E90F;
}
.text-color {
color: #50E90F;
}
.border-color {
border: 2px solid #50E90F;
}