#1DAF07
A dark, vivid green closely aligning with Limegreen.
About #1DAF07
When working with digital screens, the color #1DAF07 is rendered by mixing light. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(29, 175, 7).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 83% cyan, 0% magenta, 96% yellow, and 31% 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. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DAF07
RGB29, 175, 7
HSL112.1°, 92.3%, 35.7%
CMYK83%, 0%, 96%, 31%
HSV112.1°, 96.0%, 68.6%
LAB62.5, -62.8, 62.1
XYZ15.9, 30.9, 5.3
Decimal1945351
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: #1DAF07;
}
.text-color {
color: #1DAF07;
}
.border-color {
border: 2px solid #1DAF07;
}