#07DB7C
A medium, vivid green closely aligning with Mediumspringgreen.
About #07DB7C
Visually, #07DB7C is defined as a vivid green. It is closely associated with the named CSS color Mediumspringgreen. Its digital footprint relies on 7 parts red, 219 parts green, and 124 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 97% C, 0% M, 43% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07DB7C
RGB7, 219, 124
HSL153.1°, 93.8%, 44.3%
CMYK97%, 0%, 43%, 14%
HSV153.1°, 96.8%, 85.9%
LAB77.4, -65.7, 34.4
XYZ29.1, 52.2, 27.6
Decimal514940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.43:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07DB7C;
}
.text-color {
color: #07DB7C;
}
.border-color {
border: 2px solid #07DB7C;
}