#00DB75
A medium, vivid green closely aligning with Mediumspringgreen.
About #00DB75
At its core, #00DB75 is a medium and vivid hue. Designers often compare it to the standard color Mediumspringgreen. Its digital footprint relies on 0 parts red, 219 parts green, and 117 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 152.1 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#00DB75
RGB0, 219, 117
HSL152.1°, 100.0%, 42.9%
CMYK100%, 0%, 47%, 14%
HSV152.1°, 100.0%, 85.9%
LAB77.2, -67.1, 37.7
XYZ28.5, 51.9, 25.4
Decimal56181
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.39:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00DB75;
}
.text-color {
color: #00DB75;
}
.border-color {
border: 2px solid #00DB75;
}