#50C542
A medium, moderate green closely aligning with Limegreen.
About #50C542
At its core, #50C542 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 197, and 66.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 59% cyan, 0% magenta, 66% yellow, and 23% black. The HSL representation is 113.6° hue, 53.0% saturation, and 51.6% lightness.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50C542
RGB80, 197, 66
HSL113.6°, 53.0%, 51.6%
CMYK59%, 0%, 66%, 23%
HSV113.6°, 66.5%, 77.3%
LAB70.9, -57.4, 54.0
XYZ24.3, 42.0, 12.0
Decimal5293378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.41:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50C542;
}
.text-color {
color: #50C542;
}
.border-color {
border: 2px solid #50C542;
}