#57C507
A medium, vivid green closely aligning with Limegreen.
About #57C507
The hex code #57C507 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 87 red, 197 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 56% cyan and 0% magenta inks. With a hue angle of 94.7 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57C507
RGB87, 197, 7
HSL94.7°, 93.1%, 40.0%
CMYK56%, 0%, 96%, 23%
HSV94.7°, 96.4%, 77.3%
LAB70.9, -58.6, 69.5
XYZ23.9, 42.0, 7.0
Decimal5752071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.39:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57C507;
}
.text-color {
color: #57C507;
}
.border-color {
border: 2px solid #57C507;
}