#1DAF16
A dark, vivid green closely aligning with Limegreen.
About #1DAF16
Visually, #1DAF16 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(29, 175, 22).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 83% cyan and 0% magenta inks. The HSL representation is 117.3° hue, 77.7% saturation, and 38.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DAF16
RGB29, 175, 22
HSL117.3°, 77.7%, 38.6%
CMYK83%, 0%, 87%, 31%
HSV117.3°, 87.4%, 68.6%
LAB62.5, -62.3, 59.7
XYZ16.0, 31.0, 5.9
Decimal1945366
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.20:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.12:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DAF16;
}
.text-color {
color: #1DAF16;
}
.border-color {
border: 2px solid #1DAF16;
}