#1DA800
A dark, vivid green closely aligning with Limegreen.
About #1DA800
At its core, #1DA800 is a dark and vivid hue. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(29, 168, 0).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 83% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DA800
RGB29, 168, 0
HSL109.6°, 100.0%, 32.9%
CMYK83%, 0%, 100%, 34%
HSV109.6°, 100.0%, 65.9%
LAB60.1, -60.9, 61.1
XYZ14.5, 28.3, 4.7
Decimal1943552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.65: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: #1DA800;
}
.text-color {
color: #1DA800;
}
.border-color {
border: 2px solid #1DA800;
}