#57E27C
A light, vivid green closely aligning with Lightgreen.
About #57E27C
Visually, #57E27C is defined as a vivid 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, 226, and 124.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 62% cyan, 0% magenta, 45% yellow, and 11% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#57E27C
RGB87, 226, 124
HSL136.0°, 70.6%, 61.4%
CMYK62%, 0%, 45%, 11%
HSV136.0°, 61.5%, 88.6%
LAB80.7, -59.1, 38.9
XYZ34.8, 57.9, 28.4
Decimal5759612
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.57:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57E27C;
}
.text-color {
color: #57E27C;
}
.border-color {
border: 2px solid #57E27C;
}