#50F833
A medium, vivid green closely aligning with Lawngreen.
About #50F833
Visually, #50F833 is defined as a vivid green. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(80, 248, 51).
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 111.2° hue, 93.4% saturation, and 58.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50F833
RGB80, 248, 51
HSL111.2°, 93.4%, 58.6%
CMYK68%, 0%, 79%, 3%
HSV111.2°, 79.4%, 97.3%
LAB86.5, -75.4, 74.7
XYZ37.5, 69.1, 14.5
Decimal5306419
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.82:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50F833;
}
.text-color {
color: #50F833;
}
.border-color {
border: 2px solid #50F833;
}