Shades of Electric Lime #BBFC10
Tints of Electric Lime #BBFC10
RGB
CMYK
RGB Variations
Color information
#BBFC10 (or 0xBBFC10) is known color: Electric Lime. HEX triplet: BB, FC and 10. RGB value is (187,252,16). Sum of RGB (Red+Green+Blue) = 187+252+16=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 252 (98.83% from 255 or 55.38% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFC10 is #4403EF. Grayscale: #CECECE. Windows color (decimal): -4457456 or 1113275. OLE color: 1113275.
HSL color Cylindrical-coordinate representation of color #BBFC10: hue angle of 76.53º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBFC10 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 16 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.01 |
| HSL | 76.53º | 0.98% | 0.53% | - |
| HSV(B) | 76.53º | 0.94% | 0.99% | - |
| XYZ | 55.4 | 80.22 | 13.06 | - |
| YUV | 205.66 | 20.97 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 16 | 0.26 | 0 | 0.94 | 0.01 | 76.53 | 0.98 | 0.53 |
| Hex | BB | FC | 10 | 1A | 0 | 5E | 1 | 4D | 62 | 35 |
| Octal | 273 | 374 | 20 | 32 | 0 | 136 | 1 | 115 | 142 | 65 |
| Binary | 10111011 | 11111100 | 10000 | 11010 | 0 | 1011110 | 1 | 1001101 | 1100010 | 110101 |
Color Harmonies of #BBFC10
Complementary color
Monochromatic Colors of #BBFC10
Black with #BBFC10
Text Example
Text Example
White with #BBFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC10; }
p { color: rgb(187,252,16); }
H1.HeaderClassName
{
color: #BBFC10;
}
.AnyTagClassName
{
color: #BBFC10;
}
</style>
background-color css
<style>
a { background-color: #BBFC10; }
a { background-color: rgb(187,252,16); }
div.DivClassName
{
background-color: #BBFC10;
}
.BgClassName
{
background-color: #BBFC10;
}
</style>
border-color css
<style>
span { border-color: #BBFC10; }
span { border-color: rgb(187,252,16); }
td.TdClassName
{
border-color: #BBFC10;
}
.TagClassName
{
border-color: #BBFC10;
}
</style>