#07A816
A dark, vivid green closely aligning with Limegreen.
About #07A816
At its core, #07A816 is a dark and vivid hue. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(7, 168, 22).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 96% cyan, 0% magenta, 87% yellow, and 34% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07A816
RGB7, 168, 22
HSL125.6°, 92.0%, 34.3%
CMYK96%, 0%, 87%, 34%
HSV125.6°, 95.8%, 65.9%
LAB60.0, -62.0, 57.4
XYZ14.2, 28.1, 5.4
Decimal501782
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.62:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A816;
}
.text-color {
color: #07A816;
}
.border-color {
border: 2px solid #07A816;
}