#50F016
A medium, vivid green closely aligning with Lawngreen.
About #50F016
When working with digital screens, the color #50F016 is rendered by mixing light. Designers often compare it to the standard color Lawngreen. This translates to an RGB value of rgb(80, 240, 22).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 67% cyan, 0% magenta, 91% yellow, and 6% black. The HSL representation is 104.0° hue, 87.9% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#50F016
RGB80, 240, 22
HSL104.0°, 87.9%, 51.4%
CMYK67%, 0%, 91%, 6%
HSV104.0°, 90.8%, 94.1%
LAB84.0, -74.0, 78.4
XYZ34.6, 64.1, 11.3
Decimal5304342
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.82:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F016;
}
.text-color {
color: #50F016;
}
.border-color {
border: 2px solid #50F016;
}