#0FAF07
A dark, vivid green closely aligning with Limegreen.
About #0FAF07
The hex code #0FAF07 represents a beautifully specific shade of green. 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 15, 175, and 7.
For print applications, it's crucial to understand its CMYK makeup. The color uses 91% Cyan, 0% Magenta, 96% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FAF07
RGB15, 175, 7
HSL117.1°, 92.3%, 35.7%
CMYK91%, 0%, 96%, 31%
HSV117.1°, 96.0%, 68.6%
LAB62.3, -64.0, 61.9
XYZ15.6, 30.8, 5.3
Decimal1027847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.16:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FAF07;
}
.text-color {
color: #0FAF07;
}
.border-color {
border: 2px solid #0FAF07;
}