#1DBD16
A medium, vivid green closely aligning with Limegreen.
About #1DBD16
When working with digital screens, the color #1DBD16 is rendered by mixing light. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(29, 189, 22).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 85% cyan, 0% magenta, 88% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DBD16
RGB29, 189, 22
HSL117.5°, 79.1%, 41.4%
CMYK85%, 0%, 88%, 26%
HSV117.5°, 88.4%, 74.1%
LAB67.1, -66.4, 63.7
XYZ18.8, 36.7, 6.9
Decimal1948950
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.34:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DBD16;
}
.text-color {
color: #1DBD16;
}
.border-color {
border: 2px solid #1DBD16;
}