#00DB3A
A medium, vivid green closely aligning with Limegreen.
About #00DB3A
Visually, #00DB3A is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. Its digital footprint relies on 0 parts red, 219 parts green, and 58 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 74% Y, and 14% 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#00DB3A
RGB0, 219, 58
HSL135.9°, 100.0%, 42.9%
CMYK100%, 0%, 74%, 14%
HSV135.9°, 100.0%, 85.9%
LAB76.7, -74.4, 62.6
XYZ26.1, 51.0, 12.5
Decimal56122
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.19: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: #00DB3A;
}
.text-color {
color: #00DB3A;
}
.border-color {
border: 2px solid #00DB3A;
}