Shades of Electric Lime #BBFE01
Tints of Electric Lime #BBFE01
RGB
CMYK
RGB Variations
Color information
#BBFE01 (or 0xBBFE01) is known color: Electric Lime. HEX triplet: BB, FE and 01. RGB value is (187,254,1). Sum of RGB (Red+Green+Blue) = 187+254+1=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 254 (99.61% from 255 or 57.47% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE01 is #4401FE. Grayscale: #CECECE. Windows color (decimal): -4456959 or 130747. OLE color: 130747.
HSL color Cylindrical-coordinate representation of color #BBFE01: hue angle of 75.89º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBFE01 is Cyan = 0.26, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 1 | - |
| CMYK | 0.26 | 0 | 1.00 | 0.00 |
| HSL | 75.89º | 0.99% | 0.5% | - |
| HSV(B) | 75.89º | 1% | 1% | - |
| XYZ | 55.94 | 81.45 | 12.8 | - |
| YUV | 205.13 | 12.8 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 1 | 0.26 | 0 | 1.00 | 0.00 | 75.89 | 0.99 | 0.5 |
| Hex | BB | FE | 1 | 1A | 0 | 64 | 0 | 4C | 63 | 32 |
| Octal | 273 | 376 | 1 | 32 | 0 | 144 | 0 | 114 | 143 | 62 |
| Binary | 10111011 | 11111110 | 1 | 11010 | 0 | 1100100 | 0 | 1001100 | 1100011 | 110010 |
Color Harmonies of #BBFE01
Complementary color
Monochromatic Colors of #BBFE01
Black with #BBFE01
Text Example
Text Example
White with #BBFE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE01; }
p { color: rgb(187,254,1); }
H1.HeaderClassName
{
color: #BBFE01;
}
.AnyTagClassName
{
color: #BBFE01;
}
</style>
background-color css
<style>
a { background-color: #BBFE01; }
a { background-color: rgb(187,254,1); }
div.DivClassName
{
background-color: #BBFE01;
}
.BgClassName
{
background-color: #BBFE01;
}
</style>
border-color css
<style>
span { border-color: #BBFE01; }
span { border-color: rgb(187,254,1); }
td.TdClassName
{
border-color: #BBFE01;
}
.TagClassName
{
border-color: #BBFE01;
}
</style>