#50F81D
A medium, vivid green closely aligning with Lawngreen.
About #50F81D
The hex code #50F81D represents a beautifully specific shade of green. It is closely associated with the named CSS color Lawngreen. In the RGB color space, it consists of 80 red, 248 green, and 29 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 68% cyan and 0% magenta inks. The HSL representation is 106.0° hue, 94.0% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50F81D
RGB80, 248, 29
HSL106.0°, 94.0%, 54.3%
CMYK68%, 0%, 88%, 3%
HSV106.0°, 88.3%, 97.3%
LAB86.5, -76.3, 79.4
XYZ37.1, 68.9, 12.5
Decimal5306397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.79:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F81D;
}
.text-color {
color: #50F81D;
}
.border-color {
border: 2px solid #50F81D;
}