#07DB3A
A medium, vivid green closely aligning with Limegreen.
About #07DB3A
When working with digital screens, the color #07DB3A is rendered by mixing light. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 7 red, 219 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 0% Magenta, 74% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#07DB3A
RGB7, 219, 58
HSL134.4°, 93.8%, 44.3%
CMYK97%, 0%, 74%, 14%
HSV134.4°, 96.8%, 85.9%
LAB76.7, -74.2, 62.7
XYZ26.2, 51.0, 12.5
Decimal514874
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.20:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07DB3A;
}
.text-color {
color: #07DB3A;
}
.border-color {
border: 2px solid #07DB3A;
}