#1DA000
A dark, vivid green closely aligning with Green.
About #1DA000
The hex code #1DA000 represents a beautifully specific shade of green. Its closest recognized web color is Green. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 160, and 0.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 82% cyan, 0% magenta, 100% yellow, and 37% black. The HSL representation is 109.1° hue, 100.0% saturation, and 31.4% lightness.
When using this color as a background, text legibility must be considered. 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#1DA000
RGB29, 160, 0
HSL109.1°, 100.0%, 31.4%
CMYK82%, 0%, 100%, 37%
HSV109.1°, 100.0%, 62.7%
LAB57.5, -58.5, 59.0
XYZ13.1, 25.4, 4.2
Decimal1941504
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: #1DA000;
}
.text-color {
color: #1DA000;
}
.border-color {
border: 2px solid #1DA000;
}