#0FB63A
A dark, vivid green closely aligning with Limegreen.
About #0FB63A
When working with digital screens, the color #0FB63A is rendered by mixing light. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 182, and 58.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 92% cyan and 0% magenta inks. The HSL representation is 135.4° hue, 84.8% saturation, and 38.6% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FB63A
RGB15, 182, 58
HSL135.4°, 84.8%, 38.6%
CMYK92%, 0%, 68%, 29%
HSV135.4°, 91.8%, 71.4%
LAB64.9, -63.0, 50.4
XYZ17.7, 33.9, 9.6
Decimal1029690
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.77:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FB63A;
}
.text-color {
color: #0FB63A;
}
.border-color {
border: 2px solid #0FB63A;
}