#00D350
A medium, vivid green closely aligning with Limegreen.
About #00D350
The hex code #00D350 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 0 red, 211 green, and 80 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 0% M, 62% Y, and 17% K. With a hue angle of 142.7 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. 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#00D350
RGB0, 211, 80
HSL142.7°, 100.0%, 41.4%
CMYK100%, 0%, 62%, 17%
HSV142.7°, 100.0%, 82.7%
LAB74.3, -70.0, 51.5
XYZ24.7, 47.2, 15.4
Decimal54096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.43:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00D350;
}
.text-color {
color: #00D350;
}
.border-color {
border: 2px solid #00D350;
}