#07D300
A medium, vivid green closely aligning with Limegreen.
About #07D300
At its core, #07D300 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 7 parts red, 211 parts green, and 0 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 0% Magenta, 100% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#07D300
RGB7, 211, 0
HSL118.0°, 100.0%, 41.4%
CMYK97%, 0%, 100%, 17%
HSV118.0°, 100.0%, 82.7%
LAB74.0, -74.4, 72.1
XYZ23.4, 46.6, 7.8
Decimal512768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.33:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07D300;
}
.text-color {
color: #07D300;
}
.border-color {
border: 2px solid #07D300;
}