#57CC00
A medium, vivid green closely aligning with Limegreen.
About #57CC00
At its core, #57CC00 is a medium and vivid hue. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 204, and 0.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 57% C, 0% M, 100% Y, and 20% K. With a hue angle of 94.4 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57CC00
RGB87, 204, 0
HSL94.4°, 100.0%, 40.0%
CMYK57%, 0%, 100%, 20%
HSV94.4°, 100.0%, 80.0%
LAB73.0, -61.2, 72.0
XYZ25.5, 45.2, 7.4
Decimal5753856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.09:1
Text on #FFFFFF
FAIL
10.04:1
Text on #000000
AAA
2.00:1
Text on #F8FAFC
FAIL
8.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57CC00;
}
.text-color {
color: #57CC00;
}
.border-color {
border: 2px solid #57CC00;
}