#00D324
A medium, vivid green closely aligning with Limegreen.
About #00D324
The hex code #00D324 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. In the RGB color space, it consists of 0 red, 211 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 130.2 degrees, it sits comfortably in the green spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00D324
RGB0, 211, 36
HSL130.2°, 100.0%, 41.4%
CMYK100%, 0%, 83%, 17%
HSV130.2°, 100.0%, 82.7%
LAB74.0, -73.6, 66.7
XYZ23.6, 46.7, 9.4
Decimal54052
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.34:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00D324;
}
.text-color {
color: #00D324;
}
.border-color {
border: 2px solid #00D324;
}