#07D33A
A medium, vivid green closely aligning with Limegreen.
About #07D33A
Visually, #07D33A is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 211, and 58.
Translating this color to physical media requires the CMYK color model. The color uses 97% Cyan, 0% Magenta, 73% Yellow, and 17% Black. The HSL representation is 135.0° hue, 93.6% saturation, and 42.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#07D33A
RGB7, 211, 58
HSL135.0°, 93.6%, 42.7%
CMYK97%, 0%, 73%, 17%
HSV135.0°, 96.7%, 82.7%
LAB74.2, -71.9, 60.1
XYZ24.1, 46.9, 11.8
Decimal512826
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.39:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07D33A;
}
.text-color {
color: #07D33A;
}
.border-color {
border: 2px solid #07D33A;
}