#57CC66
A medium, moderate green closely aligning with Lightgreen.
About #57CC66
Visually, #57CC66 is defined as a moderate green. Designers often compare it to the standard color Lightgreen. This translates to an RGB value of rgb(87, 204, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 57% C, 0% M, 50% Y, and 20% K. With a hue angle of 127.7 degrees, it sits comfortably in the green spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57CC66
RGB87, 204, 102
HSL127.7°, 53.4%, 57.1%
CMYK57%, 0%, 50%, 20%
HSV127.7°, 57.4%, 80.0%
LAB73.7, -54.1, 40.9
XYZ27.9, 46.2, 20.0
Decimal5753958
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.23:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57CC66;
}
.text-color {
color: #57CC66;
}
.border-color {
border: 2px solid #57CC66;
}