#00CC1D
A medium, vivid green closely aligning with Limegreen.
About #00CC1D
Visually, #00CC1D is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 204, and 29.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. The HSL representation is 128.5° hue, 100.0% saturation, and 40.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00CC1D
RGB0, 204, 29
HSL128.5°, 100.0%, 40.0%
CMYK100%, 0%, 86%, 20%
HSV128.5°, 100.0%, 80.0%
LAB71.7, -72.1, 66.3
XYZ21.8, 43.3, 8.4
Decimal52253
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.65:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CC1D;
}
.text-color {
color: #00CC1D;
}
.border-color {
border: 2px solid #00CC1D;
}