#1DCC57
A medium, vivid green closely aligning with Limegreen.
About #1DCC57
When working with digital screens, the color #1DCC57 is rendered by mixing light. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(29, 204, 87).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 86% cyan, 0% magenta, 57% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DCC57
RGB29, 204, 87
HSL139.9°, 75.1%, 45.7%
CMYK86%, 0%, 57%, 20%
HSV139.9°, 85.8%, 80.0%
LAB72.3, -65.4, 46.1
XYZ23.8, 44.1, 16.3
Decimal1952855
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.83:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DCC57;
}
.text-color {
color: #1DCC57;
}
.border-color {
border: 2px solid #1DCC57;
}