#0FAF24
A dark, vivid green closely aligning with Limegreen.
About #0FAF24
At its core, #0FAF24 is a dark and vivid hue. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 15 parts red, 175 parts green, and 36 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 91% C, 0% M, 79% Y, and 31% K. The HSL representation is 127.9° hue, 84.2% saturation, and 37.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FAF24
RGB15, 175, 36
HSL127.9°, 84.2%, 37.3%
CMYK91%, 0%, 79%, 31%
HSV127.9°, 91.4%, 68.6%
LAB62.4, -62.8, 55.9
XYZ15.8, 30.9, 6.8
Decimal1027876
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.18:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.10:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FAF24;
}
.text-color {
color: #0FAF24;
}
.border-color {
border: 2px solid #0FAF24;
}