#07CC24
A medium, vivid green closely aligning with Limegreen.
About #07CC24
The hex code #07CC24 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. Its digital footprint relies on 7 parts red, 204 parts green, and 36 parts blue light.
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, 82% yellow, and 20% black. The HSL representation is 128.8° hue, 93.4% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#07CC24
RGB7, 204, 36
HSL128.8°, 93.4%, 41.4%
CMYK97%, 0%, 82%, 20%
HSV128.8°, 96.6%, 80.0%
LAB71.8, -71.4, 64.6
XYZ22.0, 43.4, 8.9
Decimal511012
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.67:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07CC24;
}
.text-color {
color: #07CC24;
}
.border-color {
border: 2px solid #07CC24;
}