#07C50F
A medium, vivid green closely aligning with Limegreen.
About #07C50F
The precise color #07C50F is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 197, and 15.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 96% Cyan, 0% Magenta, 92% Yellow, and 23% Black. The HSL representation is 122.5° hue, 93.1% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07C50F
RGB7, 197, 15
HSL122.5°, 93.1%, 40.0%
CMYK96%, 0%, 92%, 23%
HSV122.5°, 96.4%, 77.3%
LAB69.5, -70.4, 66.8
XYZ20.1, 40.0, 7.1
Decimal509199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.00:1
Text on #000000
AAA
2.23:1
Text on #F8FAFC
FAIL
7.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07C50F;
}
.text-color {
color: #07C50F;
}
.border-color {
border: 2px solid #07C50F;
}