Shades of Electric Lime #BBFC01
Tints of Electric Lime #BBFC01
RGB
CMYK
RGB Variations
Color information
#BBFC01 (or 0xBBFC01) is known color: Electric Lime. HEX triplet: BB, FC and 01. RGB value is (187,252,1). Sum of RGB (Red+Green+Blue) = 187+252+1=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFC01 is #4403FE. Grayscale: #CCCCCC. Windows color (decimal): -4457471 or 130235. OLE color: 130235.
HSL color Cylindrical-coordinate representation of color #BBFC01: hue angle of 75.54º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBFC01 is Cyan = 0.26, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 1 | - |
| CMYK | 0.26 | 0 | 1.00 | 0.01 |
| HSL | 75.54º | 0.99% | 0.5% | - |
| HSV(B) | 75.54º | 1% | 0.99% | - |
| XYZ | 55.31 | 80.19 | 12.59 | - |
| YUV | 203.95 | 13.47 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 1 | 0.26 | 0 | 1.00 | 0.01 | 75.54 | 0.99 | 0.5 |
| Hex | BB | FC | 1 | 1A | 0 | 64 | 1 | 4C | 63 | 32 |
| Octal | 273 | 374 | 1 | 32 | 0 | 144 | 1 | 114 | 143 | 62 |
| Binary | 10111011 | 11111100 | 1 | 11010 | 0 | 1100100 | 1 | 1001100 | 1100011 | 110010 |
Color Harmonies of #BBFC01
Complementary color
Monochromatic Colors of #BBFC01
Black with #BBFC01
Text Example
Text Example
White with #BBFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC01; }
p { color: rgb(187,252,1); }
H1.HeaderClassName
{
color: #BBFC01;
}
.AnyTagClassName
{
color: #BBFC01;
}
</style>
background-color css
<style>
a { background-color: #BBFC01; }
a { background-color: rgb(187,252,1); }
div.DivClassName
{
background-color: #BBFC01;
}
.BgClassName
{
background-color: #BBFC01;
}
</style>
border-color css
<style>
span { border-color: #BBFC01; }
span { border-color: rgb(187,252,1); }
td.TdClassName
{
border-color: #BBFC01;
}
.TagClassName
{
border-color: #BBFC01;
}
</style>