#1DC542
A medium, vivid green closely aligning with Limegreen.
About #1DC542
At its core, #1DC542 is a medium and vivid hue. Its closest recognized web color is Limegreen. Its digital footprint relies on 29 parts red, 197 parts green, and 66 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 85% cyan, 0% magenta, 66% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#1DC542
RGB29, 197, 66
HSL133.2°, 74.3%, 44.3%
CMYK85%, 0%, 66%, 23%
HSV133.2°, 85.3%, 77.3%
LAB69.9, -65.8, 52.6
XYZ21.5, 40.6, 11.9
Decimal1951042
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.12:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DC542;
}
.text-color {
color: #1DC542;
}
.border-color {
border: 2px solid #1DC542;
}