Shades of Electric Lime #BBFD01
Tints of Electric Lime #BBFD01
RGB
CMYK
RGB Variations
Color information
#BBFD01 (or 0xBBFD01) is known color: Electric Lime. HEX triplet: BB, FD and 01. RGB value is (187,253,1). Sum of RGB (Red+Green+Blue) = 187+253+1=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 253 (99.22% from 255 or 57.37% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD01 is #4402FE. Grayscale: #CDCDCD. Windows color (decimal): -4457215 or 130491. OLE color: 130491.
HSL color Cylindrical-coordinate representation of color #BBFD01: hue angle of 75.71º 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 #BBFD01 is Cyan = 0.26, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 1 | - |
| CMYK | 0.26 | 0 | 1.00 | 0.01 |
| HSL | 75.71º | 0.99% | 0.5% | - |
| HSV(B) | 75.71º | 1% | 0.99% | - |
| XYZ | 55.62 | 80.82 | 12.7 | - |
| YUV | 204.54 | 13.13 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 1 | 0.26 | 0 | 1.00 | 0.01 | 75.71 | 0.99 | 0.5 |
| Hex | BB | FD | 1 | 1A | 0 | 64 | 1 | 4C | 63 | 32 |
| Octal | 273 | 375 | 1 | 32 | 0 | 144 | 1 | 114 | 143 | 62 |
| Binary | 10111011 | 11111101 | 1 | 11010 | 0 | 1100100 | 1 | 1001100 | 1100011 | 110010 |
Color Harmonies of #BBFD01
Complementary color
Monochromatic Colors of #BBFD01
Black with #BBFD01
Text Example
Text Example
White with #BBFD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFD01; }
p { color: rgb(187,253,1); }
H1.HeaderClassName
{
color: #BBFD01;
}
.AnyTagClassName
{
color: #BBFD01;
}
</style>
background-color css
<style>
a { background-color: #BBFD01; }
a { background-color: rgb(187,253,1); }
div.DivClassName
{
background-color: #BBFD01;
}
.BgClassName
{
background-color: #BBFD01;
}
</style>
border-color css
<style>
span { border-color: #BBFD01; }
span { border-color: rgb(187,253,1); }
td.TdClassName
{
border-color: #BBFD01;
}
.TagClassName
{
border-color: #BBFD01;
}
</style>