#57D349
A medium, moderate green closely aligning with Limegreen.
About #57D349
At its core, #57D349 is a medium and moderate hue. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 87 red, 211 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 59% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#57D349
RGB87, 211, 73
HSL113.9°, 61.1%, 55.7%
CMYK59%, 0%, 65%, 17%
HSV113.9°, 65.4%, 82.7%
LAB75.5, -60.1, 56.2
XYZ28.4, 49.1, 14.3
Decimal5755721
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.82:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57D349;
}
.text-color {
color: #57D349;
}
.border-color {
border: 2px solid #57D349;
}