#07E25F
A medium, vivid green closely aligning with Springgreen.
About #07E25F
Visually, #07E25F is defined as a vivid green. It is closely associated with the named CSS color Springgreen. This translates to an RGB value of rgb(7, 226, 95).
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 0% Magenta, 58% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#07E25F
RGB7, 226, 95
HSL144.1°, 94.0%, 45.7%
CMYK97%, 0%, 58%, 11%
HSV144.1°, 96.9%, 88.6%
LAB79.2, -72.4, 50.5
XYZ29.3, 55.3, 19.9
Decimal516703
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.05:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E25F;
}
.text-color {
color: #07E25F;
}
.border-color {
border: 2px solid #07E25F;
}