#1DDB49
A medium, vivid green closely aligning with Limegreen.
About #1DDB49
When working with digital screens, the color #1DDB49 is rendered by mixing light. Its closest recognized web color is Limegreen. Its digital footprint relies on 29 parts red, 219 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 87% cyan, 0% magenta, 67% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#1DDB49
RGB29, 219, 73
HSL133.9°, 76.6%, 48.6%
CMYK87%, 0%, 67%, 14%
HSV133.9°, 86.8%, 85.9%
LAB76.9, -71.7, 57.4
XYZ27.0, 51.4, 14.8
Decimal1956681
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.86:1
Text on #FFFFFF
FAIL
11.28:1
Text on #000000
AAA
1.78:1
Text on #F8FAFC
FAIL
9.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DDB49;
}
.text-color {
color: #1DDB49;
}
.border-color {
border: 2px solid #1DDB49;
}