#57E22C
A medium, vivid green closely aligning with Limegreen.
About #57E22C
The hex code #57E22C represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 87 red, 226 green, and 44 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 62% cyan and 0% magenta inks. The HSL representation is 105.8° hue, 75.8% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#57E22C
RGB87, 226, 44
HSL105.8°, 75.8%, 52.9%
CMYK62%, 0%, 81%, 11%
HSV105.8°, 80.5%, 88.6%
LAB80.0, -67.3, 70.5
XYZ31.6, 56.6, 11.6
Decimal5759532
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.32:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57E22C;
}
.text-color {
color: #57E22C;
}
.border-color {
border: 2px solid #57E22C;
}