#57C549
A medium, moderate green closely aligning with Limegreen.
About #57C549
When working with digital screens, the color #57C549 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 87 parts red, 197 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 56% cyan, 0% magenta, 63% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#57C549
RGB87, 197, 73
HSL113.2°, 51.7%, 52.9%
CMYK56%, 0%, 63%, 23%
HSV113.2°, 62.9%, 77.3%
LAB71.2, -55.0, 51.4
XYZ25.1, 42.4, 13.2
Decimal5752137
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.21:1
Text on #FFFFFF
FAIL
9.49:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57C549;
}
.text-color {
color: #57C549;
}
.border-color {
border: 2px solid #57C549;
}