#57DB50
A medium, moderate green closely aligning with Limegreen.
About #57DB50
The hex code #57DB50 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 219, and 80.
For print applications, it's crucial to understand its CMYK makeup. The color uses 60% Cyan, 0% Magenta, 63% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
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#57DB50
RGB87, 219, 80
HSL117.0°, 65.9%, 58.6%
CMYK60%, 0%, 63%, 14%
HSV117.0°, 63.5%, 85.9%
LAB78.0, -62.2, 56.0
XYZ30.7, 53.3, 16.3
Decimal5757776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.65:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57DB50;
}
.text-color {
color: #57DB50;
}
.border-color {
border: 2px solid #57DB50;
}