#50E200
A medium, vivid green closely aligning with Lawngreen.
About #50E200
Visually, #50E200 is defined as a vivid green. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(80, 226, 0).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 65% C, 0% M, 100% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50E200
RGB80, 226, 0
HSL98.8°, 100.0%, 44.3%
CMYK65%, 0%, 100%, 11%
HSV98.8°, 100.0%, 88.6%
LAB79.7, -70.0, 77.1
XYZ30.5, 56.1, 9.2
Decimal5300736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.72:1
Text on #FFFFFF
FAIL
12.22:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E200;
}
.text-color {
color: #50E200;
}
.border-color {
border: 2px solid #50E200;
}