#07F88A
A medium, vivid green closely aligning with Mediumspringgreen.
About #07F88A
At its core, #07F88A is a medium and vivid hue. It is closely associated with the named CSS color Mediumspringgreen. This translates to an RGB value of rgb(7, 248, 138).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 97% cyan, 0% magenta, 44% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07F88A
RGB7, 248, 138
HSL152.6°, 94.5%, 50.0%
CMYK97%, 0%, 44%, 3%
HSV152.6°, 97.2%, 97.3%
LAB86.5, -72.7, 39.3
XYZ38.2, 69.0, 35.4
Decimal522378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.80:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F88A;
}
.text-color {
color: #07F88A;
}
.border-color {
border: 2px solid #07F88A;
}