#07DB2C
A medium, vivid green closely aligning with Limegreen.
About #07DB2C
The hex code #07DB2C represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 7 red, 219 green, and 44 blue.
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, 80% yellow, and 14% black. With a hue angle of 130.5 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07DB2C
RGB7, 219, 44
HSL130.5°, 93.8%, 44.3%
CMYK97%, 0%, 80%, 14%
HSV130.5°, 96.8%, 85.9%
LAB76.6, -75.1, 67.0
XYZ25.9, 50.9, 10.8
Decimal514860
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.18:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07DB2C;
}
.text-color {
color: #07DB2C;
}
.border-color {
border: 2px solid #07DB2C;
}