#07B60F
A dark, vivid green closely aligning with Limegreen.
About #07B60F
When working with digital screens, the color #07B60F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(7, 182, 15).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 96% cyan and 0% magenta inks. 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. 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#07B60F
RGB7, 182, 15
HSL122.7°, 92.6%, 37.1%
CMYK96%, 0%, 92%, 29%
HSV122.7°, 96.2%, 71.4%
LAB64.6, -66.2, 62.7
XYZ16.9, 33.5, 6.0
Decimal505359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.71:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07B60F;
}
.text-color {
color: #07B60F;
}
.border-color {
border: 2px solid #07B60F;
}