#57DB2C
A medium, vivid green closely aligning with Limegreen.
About #57DB2C
At its core, #57DB2C is a medium and vivid hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(87, 219, 44).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 60% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#57DB2C
RGB87, 219, 44
HSL105.3°, 70.9%, 51.6%
CMYK60%, 0%, 80%, 14%
HSV105.3°, 79.9%, 85.9%
LAB77.8, -64.9, 68.5
XYZ29.7, 52.9, 11.0
Decimal5757740
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.57:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57DB2C;
}
.text-color {
color: #57DB2C;
}
.border-color {
border: 2px solid #57DB2C;
}