Shades of Lime #0BFE02
Tints of Lime #0BFE02
RGB
CMYK
RGB Variations
Color information
#0BFE02 (or 0x0BFE02) is known color: Lime. HEX triplet: 0B, FE and 02. RGB value is (11,254,2). Sum of RGB (Red+Green+Blue) = 11+254+2=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 254 (99.61% from 255 or 95.13% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFE02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFE02 is #F401FD. Grayscale: #999999. Windows color (decimal): -15991294 or 196107. OLE color: 196107.
HSL color Cylindrical-coordinate representation of color #0BFE02: hue angle of 117.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BFE02 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.00 |
| HSL | 117.86º | 0.99% | 0.5% | - |
| HSV(B) | 117.86º | 0.99% | 1% | - |
| XYZ | 35.59 | 70.96 | 11.88 | - |
| YUV | 152.62 | 42.99 | 26.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 2 | 0.96 | 0 | 0.99 | 0.00 | 117.86 | 0.99 | 0.5 |
| Hex | B | FE | 2 | 60 | 0 | 63 | 0 | 76 | 63 | 32 |
| Octal | 13 | 376 | 2 | 140 | 0 | 143 | 0 | 166 | 143 | 62 |
| Binary | 1011 | 11111110 | 10 | 1100000 | 0 | 1100011 | 0 | 1110110 | 1100011 | 110010 |
Color Harmonies of #0BFE02
Complementary color
Monochromatic Colors of #0BFE02
Black with #0BFE02
Text Example
Text Example
White with #0BFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFE02; }
p { color: rgb(11,254,2); }
H1.HeaderClassName
{
color: #0BFE02;
}
.AnyTagClassName
{
color: #0BFE02;
}
</style>
background-color css
<style>
a { background-color: #0BFE02; }
a { background-color: rgb(11,254,2); }
div.DivClassName
{
background-color: #0BFE02;
}
.BgClassName
{
background-color: #0BFE02;
}
</style>
border-color css
<style>
span { border-color: #0BFE02; }
span { border-color: rgb(11,254,2); }
td.TdClassName
{
border-color: #0BFE02;
}
.TagClassName
{
border-color: #0BFE02;
}
</style>