Shades of Electric Lime #BBFF01
Tints of Electric Lime #BBFF01
RGB
CMYK
RGB Variations
Color information
#BBFF01 (or 0xBBFF01) is known color: Electric Lime. HEX triplet: BB, FF and 01. RGB value is (187,255,1). Sum of RGB (Red+Green+Blue) = 187+255+1=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFF01 is #4400FE. Grayscale: #CECECE. Windows color (decimal): -4456703 or 131003. OLE color: 131003.
HSL color Cylindrical-coordinate representation of color #BBFF01: hue angle of 76.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBFF01 is Cyan = 0.27, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 1 | - |
| CMYK | 0.27 | 0 | 1.00 | 0 |
| HSL | 76.06º | 1% | 0.5% | - |
| HSV(B) | 76.06º | 1% | 1% | - |
| XYZ | 56.26 | 82.09 | 12.91 | - |
| YUV | 205.71 | 12.47 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 1 | 0.27 | 0 | 1.00 | 0 | 76.06 | 1 | 0.5 |
| Hex | BB | FF | 1 | 1B | 0 | 64 | 0 | 4C | 64 | 32 |
| Octal | 273 | 377 | 1 | 33 | 0 | 144 | 0 | 114 | 144 | 62 |
| Binary | 10111011 | 11111111 | 1 | 11011 | 0 | 1100100 | 0 | 1001100 | 1100100 | 110010 |
Color Harmonies of #BBFF01
Complementary color
Monochromatic Colors of #BBFF01
Black with #BBFF01
Text Example
Text Example
White with #BBFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF01; }
p { color: rgb(187,255,1); }
H1.HeaderClassName
{
color: #BBFF01;
}
.AnyTagClassName
{
color: #BBFF01;
}
</style>
background-color css
<style>
a { background-color: #BBFF01; }
a { background-color: rgb(187,255,1); }
div.DivClassName
{
background-color: #BBFF01;
}
.BgClassName
{
background-color: #BBFF01;
}
</style>
border-color css
<style>
span { border-color: #BBFF01; }
span { border-color: rgb(187,255,1); }
td.TdClassName
{
border-color: #BBFF01;
}
.TagClassName
{
border-color: #BBFF01;
}
</style>