#0FBD0F
A medium, vivid green closely aligning with Limegreen.
About #0FBD0F
Visually, #0FBD0F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(15, 189, 15).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 92% C, 0% M, 92% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#0FBD0F
RGB15, 189, 15
HSL120.0°, 85.3%, 40.0%
CMYK92%, 0%, 92%, 26%
HSV120.0°, 92.1%, 74.1%
LAB66.9, -67.8, 64.7
XYZ18.5, 36.5, 6.5
Decimal1031439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.31: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: #0FBD0F;
}
.text-color {
color: #0FBD0F;
}
.border-color {
border: 2px solid #0FBD0F;
}