#0FDB0F
A medium, vivid green closely aligning with Limegreen.
About #0FDB0F
The hex code #0FDB0F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(15, 219, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 93% cyan and 0% magenta inks. The HSL representation is 120.0° hue, 87.2% saturation, and 45.9% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FDB0F
RGB15, 219, 15
HSL120.0°, 87.2%, 45.9%
CMYK93%, 0%, 93%, 14%
HSV120.0°, 93.2%, 85.9%
LAB76.6, -76.0, 72.8
XYZ25.6, 50.8, 8.9
Decimal1039119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.16:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FDB0F;
}
.text-color {
color: #0FDB0F;
}
.border-color {
border: 2px solid #0FDB0F;
}