#07F05F
A medium, vivid green closely aligning with Springgreen.
About #07F05F
At its core, #07F05F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Springgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 240, and 95.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 97% C, 0% M, 60% Y, and 6% K. The HSL representation is 142.7° hue, 94.3% saturation, and 48.4% lightness.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07F05F
RGB7, 240, 95
HSL142.7°, 94.3%, 48.4%
CMYK97%, 0%, 60%, 6%
HSV142.7°, 97.1%, 94.1%
LAB83.5, -76.5, 55.6
XYZ33.3, 63.2, 21.3
Decimal520287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.64:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F05F;
}
.text-color {
color: #07F05F;
}
.border-color {
border: 2px solid #07F05F;
}