Shades of Electric Lime #BBFE00
Tints of Electric Lime #BBFE00
RGB
CMYK
RGB Variations
Color information
#BBFE00 (or 0xBBFE00) is known color: Electric Lime. HEX triplet: BB, FE and 00. RGB value is (187,254,0). Sum of RGB (Red+Green+Blue) = 187+254+0=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 254 (99.61% from 255 or 57.60% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE00 is #4401FF. Grayscale: #CDCDCD. Windows color (decimal): -4456960 or 65211. OLE color: 65211.
HSL color Cylindrical-coordinate representation of color #BBFE00: hue angle of 75.83º 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 #BBFE00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.00 |
| HSL | 75.83º | 1% | 0.5% | - |
| HSV(B) | 75.83º | 1% | 1% | - |
| XYZ | 55.94 | 81.45 | 12.77 | - |
| YUV | 205.01 | 12.3 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 0 | 0.26 | 0 | 1 | 0.00 | 75.83 | 1 | 0.5 |
| Hex | BB | FE | 0 | 1A | 0 | 64 | 0 | 4C | 64 | 32 |
| Octal | 273 | 376 | 0 | 32 | 0 | 144 | 0 | 114 | 144 | 62 |
| Binary | 10111011 | 11111110 | 0 | 11010 | 0 | 1100100 | 0 | 1001100 | 1100100 | 110010 |
Color Harmonies of #BBFE00
Complementary color
Monochromatic Colors of #BBFE00
Black with #BBFE00
Text Example
Text Example
White with #BBFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE00; }
p { color: rgb(187,254,0); }
H1.HeaderClassName
{
color: #BBFE00;
}
.AnyTagClassName
{
color: #BBFE00;
}
</style>
background-color css
<style>
a { background-color: #BBFE00; }
a { background-color: rgb(187,254,0); }
div.DivClassName
{
background-color: #BBFE00;
}
.BgClassName
{
background-color: #BBFE00;
}
</style>
border-color css
<style>
span { border-color: #BBFE00; }
span { border-color: rgb(187,254,0); }
td.TdClassName
{
border-color: #BBFE00;
}
.TagClassName
{
border-color: #BBFE00;
}
</style>