#1DCC00
A medium, vivid green closely aligning with Limegreen.
About #1DCC00
At its core, #1DCC00 is a medium and vivid hue. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 29 red, 204 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 86% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DCC00
RGB29, 204, 0
HSL111.5°, 100.0%, 40.0%
CMYK86%, 0%, 100%, 20%
HSV111.5°, 100.0%, 80.0%
LAB71.9, -71.2, 70.5
XYZ22.1, 43.4, 7.2
Decimal1952768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.69:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DCC00;
}
.text-color {
color: #1DCC00;
}
.border-color {
border: 2px solid #1DCC00;
}