#1DBD24
A medium, vivid green closely aligning with Limegreen.
About #1DBD24
The hex code #1DBD24 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 189, and 36.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 85% C, 0% M, 81% Y, and 26% K. 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#1DBD24
RGB29, 189, 36
HSL122.6°, 73.4%, 42.7%
CMYK85%, 0%, 81%, 26%
HSV122.6°, 84.7%, 74.1%
LAB67.1, -65.8, 60.4
XYZ19.0, 36.8, 7.8
Decimal1948964
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.36:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DBD24;
}
.text-color {
color: #1DBD24;
}
.border-color {
border: 2px solid #1DBD24;
}