#57CC50
A medium, moderate green closely aligning with Limegreen.
About #57CC50
Visually, #57CC50 is defined as a moderate green. 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 87, 204, and 80.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 57% cyan and 0% magenta inks. The HSL representation is 116.6° hue, 54.9% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57CC50
RGB87, 204, 80
HSL116.6°, 54.9%, 55.7%
CMYK57%, 0%, 61%, 20%
HSV116.6°, 60.8%, 80.0%
LAB73.4, -56.8, 50.8
XYZ27.0, 45.8, 15.0
Decimal5753936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.07:1
Text on #FFFFFF
FAIL
10.16:1
Text on #000000
AAA
1.98:1
Text on #F8FAFC
FAIL
8.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57CC50;
}
.text-color {
color: #57CC50;
}
.border-color {
border: 2px solid #57CC50;
}