#0FBD07
A dark, vivid green closely aligning with Limegreen.
About #0FBD07
At its core, #0FBD07 is a dark and vivid hue. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 15 red, 189 green, and 7 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 92% cyan and 0% magenta inks. The HSL representation is 117.4° hue, 92.9% saturation, and 38.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0FBD07
RGB15, 189, 7
HSL117.4°, 92.9%, 38.4%
CMYK92%, 0%, 96%, 26%
HSV117.4°, 96.3%, 74.1%
LAB66.9, -68.0, 65.7
XYZ18.4, 36.5, 6.3
Decimal1031431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.30:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FBD07;
}
.text-color {
color: #0FBD07;
}
.border-color {
border: 2px solid #0FBD07;
}