#1DA807
A dark, vivid green closely aligning with Limegreen.
About #1DA807
The hex code #1DA807 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 168, and 7.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 83% Cyan, 0% Magenta, 96% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DA807
RGB29, 168, 7
HSL111.8°, 92.0%, 34.3%
CMYK83%, 0%, 96%, 34%
HSV111.8°, 95.8%, 65.9%
LAB60.1, -60.7, 60.2
XYZ14.5, 28.3, 4.9
Decimal1943559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.66:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA807;
}
.text-color {
color: #1DA807;
}
.border-color {
border: 2px solid #1DA807;
}