#50E224
A medium, vivid green closely aligning with Limegreen.
About #50E224
When working with digital screens, the color #50E224 is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(80, 226, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 65% cyan, 0% magenta, 84% yellow, and 11% black. With a hue angle of 106.1 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50E224
RGB80, 226, 36
HSL106.1°, 76.6%, 51.4%
CMYK65%, 0%, 84%, 11%
HSV106.1°, 84.1%, 88.6%
LAB79.7, -69.2, 72.2
XYZ30.8, 56.2, 10.9
Decimal5300772
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.25:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50E224;
}
.text-color {
color: #50E224;
}
.border-color {
border: 2px solid #50E224;
}