#50F824
A medium, vivid green closely aligning with Lawngreen.
About #50F824
At its core, #50F824 is a medium and vivid hue. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(80, 248, 36).
Translating this color to physical media requires the CMYK color model. The color uses 68% Cyan, 0% Magenta, 85% Yellow, and 3% Black. The HSL representation is 107.5° hue, 93.8% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#50F824
RGB80, 248, 36
HSL107.5°, 93.8%, 55.7%
CMYK68%, 0%, 85%, 3%
HSV107.5°, 85.5%, 97.3%
LAB86.5, -76.0, 78.2
XYZ37.2, 69.0, 13.0
Decimal5306404
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.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F824;
}
.text-color {
color: #50F824;
}
.border-color {
border: 2px solid #50F824;
}