#1DAF1D
A medium, vivid green closely aligning with Limegreen.
About #1DAF1D
Visually, #1DAF1D 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, 29).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 83% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DAF1D
RGB29, 175, 29
HSL120.0°, 71.6%, 40.0%
CMYK83%, 0%, 83%, 31%
HSV120.0°, 83.4%, 68.6%
LAB62.5, -62.0, 58.0
XYZ16.1, 31.0, 6.3
Decimal1945373
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: #1DAF1D;
}
.text-color {
color: #1DAF1D;
}
.border-color {
border: 2px solid #1DAF1D;
}