#07D31D
A medium, vivid green closely aligning with Limegreen.
About #07D31D
Visually, #07D31D is defined as a vivid green. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 7 red, 211 green, and 29 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 97% cyan, 0% magenta, 86% yellow, and 17% black. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07D31D
RGB7, 211, 29
HSL126.5°, 93.6%, 42.7%
CMYK97%, 0%, 86%, 17%
HSV126.5°, 96.7%, 82.7%
LAB74.0, -73.7, 68.3
XYZ23.6, 46.7, 8.9
Decimal512797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.34:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07D31D;
}
.text-color {
color: #07D31D;
}
.border-color {
border: 2px solid #07D31D;
}