Shades of Lime #0BFF03
Tints of Lime #0BFF03
RGB
CMYK
RGB Variations
Color information
#0BFF03 (or 0x0BFF03) is known color: Lime. HEX triplet: 0B, FF and 03. RGB value is (11,255,3). Sum of RGB (Red+Green+Blue) = 11+255+3=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 255 (100% from 255 or 94.80% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFF03 is #F400FC. Grayscale: #9A9A9A. Windows color (decimal): -15991037 or 261899. OLE color: 261899.
HSL color Cylindrical-coordinate representation of color #0BFF03: hue angle of 118.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BFF03 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 3 | - |
| CMYK | 0.96 | 0 | 0.99 | 0 |
| HSL | 118.1º | 1% | 0.51% | - |
| HSV(B) | 118.1º | 0.99% | 1% | - |
| XYZ | 35.91 | 71.6 | 12.01 | - |
| YUV | 153.32 | 43.16 | 26.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 3 | 0.96 | 0 | 0.99 | 0 | 118.1 | 1 | 0.51 |
| Hex | B | FF | 3 | 60 | 0 | 63 | 0 | 76 | 64 | 33 |
| Octal | 13 | 377 | 3 | 140 | 0 | 143 | 0 | 166 | 144 | 63 |
| Binary | 1011 | 11111111 | 11 | 1100000 | 0 | 1100011 | 0 | 1110110 | 1100100 | 110011 |
Color Harmonies of #0BFF03
Complementary color
Monochromatic Colors of #0BFF03
Black with #0BFF03
Text Example
Text Example
White with #0BFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF03; }
p { color: rgb(11,255,3); }
H1.HeaderClassName
{
color: #0BFF03;
}
.AnyTagClassName
{
color: #0BFF03;
}
</style>
background-color css
<style>
a { background-color: #0BFF03; }
a { background-color: rgb(11,255,3); }
div.DivClassName
{
background-color: #0BFF03;
}
.BgClassName
{
background-color: #0BFF03;
}
</style>
border-color css
<style>
span { border-color: #0BFF03; }
span { border-color: rgb(11,255,3); }
td.TdClassName
{
border-color: #0BFF03;
}
.TagClassName
{
border-color: #0BFF03;
}
</style>