#07E28A
A medium, vivid green closely aligning with Mediumspringgreen.
About #07E28A
Visually, #07E28A is defined as a vivid green. If you're using CSS, you might find it aligns closely with Mediumspringgreen. This translates to an RGB value of rgb(7, 226, 138).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 97% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07E28A
RGB7, 226, 138
HSL155.9°, 94.0%, 45.7%
CMYK97%, 0%, 39%, 11%
HSV155.9°, 96.9%, 88.6%
LAB79.8, -65.4, 30.5
XYZ31.9, 56.3, 33.2
Decimal516746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.25:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07E28A;
}
.text-color {
color: #07E28A;
}
.border-color {
border: 2px solid #07E28A;
}