#57D307
A medium, vivid green closely aligning with Limegreen.
About #57D307
The hex code #57D307 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 211, and 7.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. With a hue angle of 96.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#57D307
RGB87, 211, 7
HSL96.5°, 93.6%, 42.7%
CMYK59%, 0%, 97%, 17%
HSV96.5°, 96.7%, 82.7%
LAB75.2, -63.4, 73.0
XYZ27.3, 48.6, 8.2
Decimal5755655
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.73:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57D307;
}
.text-color {
color: #57D307;
}
.border-color {
border: 2px solid #57D307;
}