#57DB5F
A light, moderate green closely aligning with Limegreen.
About #57DB5F
Visually, #57DB5F is defined as a moderate green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(87, 219, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 60% cyan, 0% magenta, 57% yellow, and 14% black. With a hue angle of 123.6 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57DB5F
RGB87, 219, 95
HSL123.6°, 64.7%, 60.0%
CMYK60%, 0%, 57%, 14%
HSV123.6°, 60.3%, 85.9%
LAB78.2, -60.6, 49.6
XYZ31.3, 53.5, 19.5
Decimal5757791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.70:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57DB5F;
}
.text-color {
color: #57DB5F;
}
.border-color {
border: 2px solid #57DB5F;
}