#50CC49
A medium, moderate green closely aligning with Limegreen.
About #50CC49
Visually, #50CC49 is defined as a moderate green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(80, 204, 73).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 61% C, 0% M, 64% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
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#50CC49
RGB80, 204, 73
HSL116.8°, 56.2%, 54.3%
CMYK61%, 0%, 64%, 20%
HSV116.8°, 64.2%, 80.0%
LAB73.1, -59.2, 53.5
XYZ26.1, 45.4, 13.7
Decimal5295177
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.07:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50CC49;
}
.text-color {
color: #50CC49;
}
.border-color {
border: 2px solid #50CC49;
}