Shades of Electric Lime #BBFB00
Tints of Electric Lime #BBFB00
RGB
CMYK
RGB Variations
Color information
#BBFB00 (or 0xBBFB00) is known color: Electric Lime. HEX triplet: BB, FB and 00. RGB value is (187,251,0). Sum of RGB (Red+Green+Blue) = 187+251+0=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 251 (98.44% from 255 or 57.31% from 438); Blue value is 0 (0.39% from 255 or 0% from 438); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFB00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFB00 is #4404FF. Grayscale: #CCCCCC. Windows color (decimal): -4457728 or 64443. OLE color: 64443.
HSL color Cylindrical-coordinate representation of color #BBFB00: hue angle of 75.3º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBFB00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.02 |
| HSL | 75.3º | 1% | 0.49% | - |
| HSV(B) | 75.3º | 1% | 0.98% | - |
| XYZ | 54.99 | 79.56 | 12.46 | - |
| YUV | 203.25 | 13.3 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 0 | 0.25 | 0 | 1 | 0.02 | 75.3 | 1 | 0.49 |
| Hex | BB | FB | 0 | 19 | 0 | 64 | 2 | 4B | 64 | 31 |
| Octal | 273 | 373 | 0 | 31 | 0 | 144 | 2 | 113 | 144 | 61 |
| Binary | 10111011 | 11111011 | 0 | 11001 | 0 | 1100100 | 10 | 1001011 | 1100100 | 110001 |
Color Harmonies of #BBFB00
Complementary color
Monochromatic Colors of #BBFB00
Black with #BBFB00
Text Example
Text Example
White with #BBFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFB00; }
p { color: rgb(187,251,0); }
H1.HeaderClassName
{
color: #BBFB00;
}
.AnyTagClassName
{
color: #BBFB00;
}
</style>
background-color css
<style>
a { background-color: #BBFB00; }
a { background-color: rgb(187,251,0); }
div.DivClassName
{
background-color: #BBFB00;
}
.BgClassName
{
background-color: #BBFB00;
}
</style>
border-color css
<style>
span { border-color: #BBFB00; }
span { border-color: rgb(187,251,0); }
td.TdClassName
{
border-color: #BBFB00;
}
.TagClassName
{
border-color: #BBFB00;
}
</style>