#00E26D
A medium, vivid green closely aligning with Springgreen.
About #00E26D
Visually, #00E26D is defined as a vivid green. Designers often compare it to the standard color Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 226, and 109.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 52% Yellow, and 11% Black. The HSL representation is 148.9° hue, 100.0% saturation, and 44.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00E26D
RGB0, 226, 109
HSL148.9°, 100.0%, 44.3%
CMYK100%, 0%, 52%, 11%
HSV148.9°, 100.0%, 88.6%
LAB79.3, -70.6, 44.2
XYZ30.0, 55.5, 23.6
Decimal57965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.10:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E26D;
}
.text-color {
color: #00E26D;
}
.border-color {
border: 2px solid #00E26D;
}