#00D300
A medium, vivid green closely aligning with Limegreen.
About #00D300
At its core, #00D300 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(0, 211, 0).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 0% magenta, 100% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00D300
RGB0, 211, 0
HSL120.0°, 100.0%, 41.4%
CMYK100%, 0%, 100%, 17%
HSV120.0°, 100.0%, 82.7%
LAB73.9, -74.7, 72.1
XYZ23.3, 46.6, 7.8
Decimal54016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.32:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00D300;
}
.text-color {
color: #00D300;
}
.border-color {
border: 2px solid #00D300;
}