#0FB60F
A dark, vivid green closely aligning with Limegreen.
About #0FB60F
At its core, #0FB60F is a dark and vivid hue. It is closely associated with the named CSS color Limegreen. Its digital footprint relies on 15 parts red, 182 parts green, and 15 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 92% C, 0% M, 92% Y, and 29% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#0FB60F
RGB15, 182, 15
HSL120.0°, 84.8%, 38.6%
CMYK92%, 0%, 92%, 29%
HSV120.0°, 91.8%, 71.4%
LAB64.6, -65.8, 62.8
XYZ17.0, 33.6, 6.0
Decimal1029647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.72:1
Text on #FFFFFF
FAIL
7.72:1
Text on #000000
AAA
2.60:1
Text on #F8FAFC
FAIL
6.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FB60F;
}
.text-color {
color: #0FB60F;
}
.border-color {
border: 2px solid #0FB60F;
}