Shades of Electric Lime #BBFF0B
Tints of Electric Lime #BBFF0B
RGB
CMYK
RGB Variations
Color information
#BBFF0B (or 0xBBFF0B) is known color: Electric Lime. HEX triplet: BB, FF and 0B. RGB value is (187,255,11). Sum of RGB (Red+Green+Blue) = 187+255+11=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFF0B is #4400F4. Grayscale: #CFCFCF. Windows color (decimal): -4456693 or 786363. OLE color: 786363.
HSL color Cylindrical-coordinate representation of color #BBFF0B: hue angle of 76.72º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBFF0B is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 11 | - |
| CMYK | 0.27 | 0 | 0.96 | 0 |
| HSL | 76.72º | 1% | 0.52% | - |
| HSV(B) | 76.72º | 0.96% | 1% | - |
| XYZ | 56.31 | 82.11 | 13.2 | - |
| YUV | 206.85 | 17.47 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 11 | 0.27 | 0 | 0.96 | 0 | 76.72 | 1 | 0.52 |
| Hex | BB | FF | B | 1B | 0 | 60 | 0 | 4D | 64 | 34 |
| Octal | 273 | 377 | 13 | 33 | 0 | 140 | 0 | 115 | 144 | 64 |
| Binary | 10111011 | 11111111 | 1011 | 11011 | 0 | 1100000 | 0 | 1001101 | 1100100 | 110100 |
Color Harmonies of #BBFF0B
Complementary color
Monochromatic Colors of #BBFF0B
Black with #BBFF0B
Text Example
Text Example
White with #BBFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF0B; }
p { color: rgb(187,255,11); }
H1.HeaderClassName
{
color: #BBFF0B;
}
.AnyTagClassName
{
color: #BBFF0B;
}
</style>
background-color css
<style>
a { background-color: #BBFF0B; }
a { background-color: rgb(187,255,11); }
div.DivClassName
{
background-color: #BBFF0B;
}
.BgClassName
{
background-color: #BBFF0B;
}
</style>
border-color css
<style>
span { border-color: #BBFF0B; }
span { border-color: rgb(187,255,11); }
td.TdClassName
{
border-color: #BBFF0B;
}
.TagClassName
{
border-color: #BBFF0B;
}
</style>