#0FAF00
A dark, vivid green closely aligning with Limegreen.
About #0FAF00
The hex code #0FAF00 represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(15, 175, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 91% C, 0% M, 100% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FAF00
RGB15, 175, 0
HSL114.9°, 100.0%, 34.3%
CMYK91%, 0%, 100%, 31%
HSV114.9°, 100.0%, 68.6%
LAB62.3, -64.2, 62.8
XYZ15.5, 30.8, 5.1
Decimal1027840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.15: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: #0FAF00;
}
.text-color {
color: #0FAF00;
}
.border-color {
border: 2px solid #0FAF00;
}