#50BD42
A medium, moderate green closely aligning with Limegreen.
About #50BD42
At its core, #50BD42 is a medium and moderate hue. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 189, and 66.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 58% cyan, 0% magenta, 65% yellow, and 26% black. The HSL representation is 113.2° hue, 48.2% saturation, and 50.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50BD42
RGB80, 189, 66
HSL113.2°, 48.2%, 50.0%
CMYK58%, 0%, 65%, 26%
HSV113.2°, 65.1%, 74.1%
LAB68.4, -54.5, 51.2
XYZ22.5, 38.5, 11.4
Decimal5291330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.41:1
Text on #FFFFFF
FAIL
8.70:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50BD42;
}
.text-color {
color: #50BD42;
}
.border-color {
border: 2px solid #50BD42;
}