#1DAF0F
A dark, vivid green closely aligning with Limegreen.
About #1DAF0F
When working with digital screens, the color #1DAF0F is rendered by mixing light. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 175, and 15.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 83% cyan, 0% magenta, 91% yellow, and 31% black. The HSL representation is 114.8° hue, 84.2% saturation, and 37.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DAF0F
RGB29, 175, 15
HSL114.8°, 84.2%, 37.3%
CMYK83%, 0%, 91%, 31%
HSV114.8°, 91.4%, 68.6%
LAB62.5, -62.6, 61.0
XYZ15.9, 31.0, 5.6
Decimal1945359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.92:1
Text on #FFFFFF
FAIL
7.19:1
Text on #000000
AAA
2.79:1
Text on #F8FAFC
FAIL
6.11:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DAF0F;
}
.text-color {
color: #1DAF0F;
}
.border-color {
border: 2px solid #1DAF0F;
}