#00E25F
A medium, vivid green closely aligning with Springgreen.
About #00E25F
When working with digital screens, the color #00E25F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Springgreen. This translates to an RGB value of rgb(0, 226, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 0% magenta, 58% yellow, and 11% black. The HSL representation is 145.2° hue, 100.0% saturation, and 44.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00E25F
RGB0, 226, 95
HSL145.2°, 100.0%, 44.3%
CMYK100%, 0%, 58%, 11%
HSV145.2°, 100.0%, 88.6%
LAB79.2, -72.6, 50.5
XYZ29.3, 55.2, 19.9
Decimal57951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.04:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00E25F;
}
.text-color {
color: #00E25F;
}
.border-color {
border: 2px solid #00E25F;
}