#50F80F
A medium, vivid green closely aligning with Lawngreen.
About #50F80F
The precise color #50F80F is an excellent choice for modern design projects. It is closely associated with the named CSS color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 248, and 15.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 68% C, 0% M, 94% Y, and 3% K. With a hue angle of 103.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#50F80F
RGB80, 248, 15
HSL103.3°, 94.3%, 51.6%
CMYK68%, 0%, 94%, 3%
HSV103.3°, 94.0%, 97.3%
LAB86.4, -76.6, 81.3
XYZ37.0, 68.9, 11.8
Decimal5306383
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.77:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F80F;
}
.text-color {
color: #50F80F;
}
.border-color {
border: 2px solid #50F80F;
}