#50E924
A medium, vivid green closely aligning with Lawngreen.
About #50E924
When working with digital screens, the color #50E924 is rendered by mixing light. Its closest recognized web color is Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 233, and 36.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 66% Cyan, 0% Magenta, 85% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50E924
RGB80, 233, 36
HSL106.6°, 81.7%, 52.7%
CMYK66%, 0%, 85%, 9%
HSV106.6°, 84.5%, 91.4%
LAB81.9, -71.4, 74.1
XYZ32.8, 60.1, 11.5
Decimal5302564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.02:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E924;
}
.text-color {
color: #50E924;
}
.border-color {
border: 2px solid #50E924;
}