#50C549
A medium, moderate green closely aligning with Limegreen.
About #50C549
When working with digital screens, the color #50C549 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(80, 197, 73).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 59% C, 0% M, 63% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50C549
RGB80, 197, 73
HSL116.6°, 51.7%, 52.9%
CMYK59%, 0%, 63%, 23%
HSV116.6°, 62.9%, 77.3%
LAB71.0, -56.7, 51.1
XYZ24.5, 42.1, 13.1
Decimal5293385
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.42:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50C549;
}
.text-color {
color: #50C549;
}
.border-color {
border: 2px solid #50C549;
}