#1DBD42
A medium, vivid green closely aligning with Limegreen.
About #1DBD42
At its core, #1DBD42 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 189, and 66.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 85% cyan, 0% magenta, 65% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DBD42
RGB29, 189, 66
HSL133.9°, 73.4%, 42.7%
CMYK85%, 0%, 65%, 26%
HSV133.9°, 84.7%, 74.1%
LAB67.3, -63.3, 49.7
XYZ19.7, 37.0, 11.3
Decimal1948994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.41:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DBD42;
}
.text-color {
color: #1DBD42;
}
.border-color {
border: 2px solid #1DBD42;
}