#07D32C
A medium, vivid green closely aligning with Limegreen.
About #07D32C
When working with digital screens, the color #07D32C is rendered by mixing light. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 211, and 44.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 97% C, 0% M, 79% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
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#07D32C
RGB7, 211, 44
HSL130.9°, 93.6%, 42.7%
CMYK97%, 0%, 79%, 17%
HSV130.9°, 96.7%, 82.7%
LAB74.1, -72.9, 64.6
XYZ23.8, 46.8, 10.2
Decimal512812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.36:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07D32C;
}
.text-color {
color: #07D32C;
}
.border-color {
border: 2px solid #07D32C;
}