Shades of Lime #0BFC04
Tints of Lime #0BFC04
RGB
CMYK
RGB Variations
Color information
#0BFC04 (or 0x0BFC04) is known color: Lime. HEX triplet: 0B, FC and 04. RGB value is (11,252,4). Sum of RGB (Red+Green+Blue) = 11+252+4=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 252 (98.83% from 255 or 94.38% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFC04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFC04 is #F403FB. Grayscale: #989898. Windows color (decimal): -15991804 or 326667. OLE color: 326667.
HSL color Cylindrical-coordinate representation of color #0BFC04: hue angle of 118.31º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BFC04 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.01 |
| HSL | 118.31º | 0.98% | 0.5% | - |
| HSV(B) | 118.31º | 0.98% | 0.99% | - |
| XYZ | 34.97 | 69.7 | 11.73 | - |
| YUV | 151.67 | 44.66 | 27.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 4 | 0.96 | 0 | 0.98 | 0.01 | 118.31 | 0.98 | 0.5 |
| Hex | B | FC | 4 | 60 | 0 | 62 | 1 | 76 | 62 | 32 |
| Octal | 13 | 374 | 4 | 140 | 0 | 142 | 1 | 166 | 142 | 62 |
| Binary | 1011 | 11111100 | 100 | 1100000 | 0 | 1100010 | 1 | 1110110 | 1100010 | 110010 |
Color Harmonies of #0BFC04
Complementary color
Monochromatic Colors of #0BFC04
Black with #0BFC04
Text Example
Text Example
White with #0BFC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFC04; }
p { color: rgb(11,252,4); }
H1.HeaderClassName
{
color: #0BFC04;
}
.AnyTagClassName
{
color: #0BFC04;
}
</style>
background-color css
<style>
a { background-color: #0BFC04; }
a { background-color: rgb(11,252,4); }
div.DivClassName
{
background-color: #0BFC04;
}
.BgClassName
{
background-color: #0BFC04;
}
</style>
border-color css
<style>
span { border-color: #0BFC04; }
span { border-color: rgb(11,252,4); }
td.TdClassName
{
border-color: #0BFC04;
}
.TagClassName
{
border-color: #0BFC04;
}
</style>