#57DB07
A medium, vivid green closely aligning with Limegreen.
About #57DB07
Visually, #57DB07 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. In the RGB color space, it consists of 87 red, 219 green, and 7 blue.
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, 97% yellow, and 14% black. The HSL representation is 97.4° hue, 93.8% saturation, and 44.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57DB07
RGB87, 219, 7
HSL97.4°, 93.8%, 44.3%
CMYK60%, 0%, 97%, 14%
HSV97.4°, 96.8%, 85.9%
LAB77.7, -66.1, 75.0
XYZ29.3, 52.7, 8.8
Decimal5757703
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.54:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57DB07;
}
.text-color {
color: #57DB07;
}
.border-color {
border: 2px solid #57DB07;
}