#00E97C
A medium, vivid green closely aligning with Mediumspringgreen.
About #00E97C
At its core, #00E97C is a medium and vivid hue. It is closely associated with the named CSS color Mediumspringgreen. This translates to an RGB value of rgb(0, 233, 124).
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. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#00E97C
RGB0, 233, 124
HSL151.9°, 100.0%, 45.7%
CMYK100%, 0%, 47%, 9%
HSV151.9°, 100.0%, 91.4%
LAB81.7, -70.5, 39.9
XYZ32.8, 59.7, 28.9
Decimal59772
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.95:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E97C;
}
.text-color {
color: #00E97C;
}
.border-color {
border: 2px solid #00E97C;
}