#57D342
A medium, moderate green closely aligning with Limegreen.
About #57D342
Visually, #57D342 is defined as a moderate green. 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 87, 211, and 66.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. The HSL representation is 111.3° hue, 62.2% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57D342
RGB87, 211, 66
HSL111.3°, 62.2%, 54.3%
CMYK59%, 0%, 69%, 17%
HSV111.3°, 68.7%, 82.7%
LAB75.5, -60.7, 58.9
XYZ28.2, 49.0, 13.1
Decimal5755714
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.80:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57D342;
}
.text-color {
color: #57D342;
}
.border-color {
border: 2px solid #57D342;
}