#00D342
A medium, vivid green closely aligning with Limegreen.
About #00D342
The hex code #00D342 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 211, and 66.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 69% Y, and 17% K. With a hue angle of 138.8 degrees, it sits comfortably in the green spectrum.
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#00D342
RGB0, 211, 66
HSL138.8°, 100.0%, 41.4%
CMYK100%, 0%, 69%, 17%
HSV138.8°, 100.0%, 82.7%
LAB74.2, -71.5, 57.1
XYZ24.3, 47.0, 12.9
Decimal54082
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.40:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00D342;
}
.text-color {
color: #00D342;
}
.border-color {
border: 2px solid #00D342;
}