#57D375
A medium, moderate green closely aligning with Lightgreen.
About #57D375
Visually, #57D375 is defined as a moderate green. Designers often compare it to the standard color Lightgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 211, and 117.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 59% cyan, 0% magenta, 45% yellow, and 17% black. With a hue angle of 134.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#57D375
RGB87, 211, 117
HSL134.5°, 58.5%, 58.4%
CMYK59%, 0%, 45%, 17%
HSV134.5°, 58.8%, 82.7%
LAB76.0, -54.5, 36.4
XYZ30.4, 49.9, 24.9
Decimal5755765
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.91:1
Text on #FFFFFF
FAIL
10.98:1
Text on #000000
AAA
1.83:1
Text on #F8FAFC
FAIL
9.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57D375;
}
.text-color {
color: #57D375;
}
.border-color {
border: 2px solid #57D375;
}