#0FB624
A dark, vivid green closely aligning with Limegreen.
About #0FB624
Visually, #0FB624 is defined as a vivid green. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 15 red, 182 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 92% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#0FB624
RGB15, 182, 36
HSL127.5°, 84.8%, 38.6%
CMYK92%, 0%, 80%, 29%
HSV127.5°, 91.8%, 71.4%
LAB64.7, -64.8, 58.1
XYZ17.2, 33.7, 7.3
Decimal1029668
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.74:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.58:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FB624;
}
.text-color {
color: #0FB624;
}
.border-color {
border: 2px solid #0FB624;
}