#00D357
A medium, vivid green closely aligning with Limegreen.
About #00D357
Visually, #00D357 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, 211, and 87.
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 144.7 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00D357
RGB0, 211, 87
HSL144.7°, 100.0%, 41.4%
CMYK100%, 0%, 59%, 17%
HSV144.7°, 100.0%, 82.7%
LAB74.4, -69.1, 48.5
XYZ25.0, 47.3, 16.8
Decimal54103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.46:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00D357;
}
.text-color {
color: #00D357;
}
.border-color {
border: 2px solid #00D357;
}