#07E23A
A medium, vivid green closely aligning with Limegreen.
About #07E23A
At its core, #07E23A is a medium and vivid hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(7, 226, 58).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 97% cyan, 0% magenta, 74% yellow, and 11% black. With a hue angle of 134.0 degrees, it sits comfortably in the green spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07E23A
RGB7, 226, 58
HSL134.0°, 94.0%, 45.7%
CMYK97%, 0%, 74%, 11%
HSV134.0°, 96.9%, 88.6%
LAB78.9, -76.1, 64.9
XYZ28.0, 54.7, 13.1
Decimal516666
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.95:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E23A;
}
.text-color {
color: #07E23A;
}
.border-color {
border: 2px solid #07E23A;
}