#07A800
A dark, vivid green closely aligning with Limegreen.
About #07A800
The hex code #07A800 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 7 parts red, 168 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 96% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07A800
RGB7, 168, 0
HSL117.5°, 100.0%, 32.9%
CMYK96%, 0%, 100%, 34%
HSV117.5°, 100.0%, 65.9%
LAB59.9, -62.7, 60.9
XYZ14.1, 28.1, 4.7
Decimal501760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.18:1
Text on #FFFFFF
AA Large
6.61:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A800;
}
.text-color {
color: #07A800;
}
.border-color {
border: 2px solid #07A800;
}