#50E907
A medium, vivid green closely aligning with Lawngreen.
About #50E907
The hex code #50E907 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lawngreen. In the RGB color space, it consists of 80 red, 233 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 66% C, 0% M, 97% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50E907
RGB80, 233, 7
HSL100.6°, 94.2%, 47.1%
CMYK66%, 0%, 97%, 9%
HSV100.6°, 97.0%, 91.4%
LAB81.8, -72.1, 78.2
XYZ32.5, 60.0, 10.1
Decimal5302535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62: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: #50E907;
}
.text-color {
color: #50E907;
}
.border-color {
border: 2px solid #50E907;
}