#0FB633
A dark, vivid green closely aligning with Limegreen.
About #0FB633
When working with digital screens, the color #0FB633 is rendered by mixing light. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 15 red, 182 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 92% C, 0% M, 72% Y, and 29% K. The HSL representation is 132.9° hue, 84.8% saturation, and 38.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FB633
RGB15, 182, 51
HSL132.9°, 84.8%, 38.6%
CMYK92%, 0%, 72%, 29%
HSV132.9°, 91.8%, 71.4%
LAB64.8, -63.7, 53.1
XYZ17.5, 33.8, 8.7
Decimal1029683
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.76:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FB633;
}
.text-color {
color: #0FB633;
}
.border-color {
border: 2px solid #0FB633;
}