#57DB16
A medium, vivid green closely aligning with Limegreen.
About #57DB16
At its core, #57DB16 is a medium and vivid hue. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 87 red, 219 green, and 22 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 60% C, 0% M, 90% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57DB16
RGB87, 219, 22
HSL100.2°, 81.7%, 47.3%
CMYK60%, 0%, 90%, 14%
HSV100.2°, 90.0%, 85.9%
LAB77.7, -65.8, 73.2
XYZ29.4, 52.7, 9.4
Decimal5757718
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.55:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57DB16;
}
.text-color {
color: #57DB16;
}
.border-color {
border: 2px solid #57DB16;
}