#07F08A
A medium, vivid green closely aligning with Mediumspringgreen.
About #07F08A
The hex code #07F08A represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Mediumspringgreen. In the RGB color space, it consists of 7 red, 240 green, and 138 blue.
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. With a hue angle of 153.7 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07F08A
RGB7, 240, 138
HSL153.7°, 94.3%, 48.4%
CMYK97%, 0%, 43%, 6%
HSV153.7°, 97.1%, 94.1%
LAB84.1, -70.1, 36.1
XYZ35.8, 64.2, 34.5
Decimal520330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.52:1
Text on #FFFFFF
FAIL
13.84:1
Text on #000000
AAA
1.45:1
Text on #F8FAFC
FAIL
11.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F08A;
}
.text-color {
color: #07F08A;
}
.border-color {
border: 2px solid #07F08A;
}