Shades of Lime #0BFF04
Tints of Lime #0BFF04
RGB
CMYK
RGB Variations
Color information
#0BFF04 (or 0x0BFF04) is known color: Lime. HEX triplet: 0B, FF and 04. RGB value is (11,255,4). Sum of RGB (Red+Green+Blue) = 11+255+4=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 255 (100% from 255 or 94.44% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFF04 is #F400FB. Grayscale: #9A9A9A. Windows color (decimal): -15991036 or 327435. OLE color: 327435.
HSL color Cylindrical-coordinate representation of color #0BFF04: hue angle of 118.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BFF04 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0 |
| HSL | 118.33º | 1% | 0.51% | - |
| HSV(B) | 118.33º | 0.98% | 1% | - |
| XYZ | 35.92 | 71.6 | 12.04 | - |
| YUV | 153.43 | 43.66 | 26.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 4 | 0.96 | 0 | 0.98 | 0 | 118.33 | 1 | 0.51 |
| Hex | B | FF | 4 | 60 | 0 | 62 | 0 | 76 | 64 | 33 |
| Octal | 13 | 377 | 4 | 140 | 0 | 142 | 0 | 166 | 144 | 63 |
| Binary | 1011 | 11111111 | 100 | 1100000 | 0 | 1100010 | 0 | 1110110 | 1100100 | 110011 |
Color Harmonies of #0BFF04
Complementary color
Monochromatic Colors of #0BFF04
Black with #0BFF04
Text Example
Text Example
White with #0BFF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF04; }
p { color: rgb(11,255,4); }
H1.HeaderClassName
{
color: #0BFF04;
}
.AnyTagClassName
{
color: #0BFF04;
}
</style>
background-color css
<style>
a { background-color: #0BFF04; }
a { background-color: rgb(11,255,4); }
div.DivClassName
{
background-color: #0BFF04;
}
.BgClassName
{
background-color: #0BFF04;
}
</style>
border-color css
<style>
span { border-color: #0BFF04; }
span { border-color: rgb(11,255,4); }
td.TdClassName
{
border-color: #0BFF04;
}
.TagClassName
{
border-color: #0BFF04;
}
</style>