#1DA007
A dark, vivid green closely aligning with Green.
About #1DA007
When working with digital screens, the color #1DA007 is rendered by mixing light. Designers often compare it to the standard color Green. This translates to an RGB value of rgb(29, 160, 7).
If you are designing for print, the four-color process is what matters most. The color uses 82% Cyan, 0% Magenta, 96% Yellow, and 37% Black. With a hue angle of 111.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DA007
RGB29, 160, 7
HSL111.4°, 91.6%, 32.7%
CMYK82%, 0%, 96%, 37%
HSV111.4°, 95.6%, 62.7%
LAB57.5, -58.3, 58.0
XYZ13.1, 25.4, 4.4
Decimal1941511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.08:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA007;
}
.text-color {
color: #1DA007;
}
.border-color {
border: 2px solid #1DA007;
}