Shades of Electric Lime #BBFC06
Tints of Electric Lime #BBFC06
RGB
CMYK
RGB Variations
Color information
#BBFC06 (or 0xBBFC06) is known color: Electric Lime. HEX triplet: BB, FC and 06. RGB value is (187,252,6). Sum of RGB (Red+Green+Blue) = 187+252+6=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 252 (98.83% from 255 or 56.63% from 445); Blue value is 6 (2.73% from 255 or 1.35% from 445); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFC06 is #4403F9. Grayscale: #CDCDCD. Windows color (decimal): -4457466 or 457915. OLE color: 457915.
HSL color Cylindrical-coordinate representation of color #BBFC06: hue angle of 75.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBFC06 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 6 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.01 |
| HSL | 75.85º | 0.98% | 0.51% | - |
| HSV(B) | 75.85º | 0.98% | 0.99% | - |
| XYZ | 55.34 | 80.2 | 12.74 | - |
| YUV | 204.52 | 15.97 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 6 | 0.26 | 0 | 0.98 | 0.01 | 75.85 | 0.98 | 0.51 |
| Hex | BB | FC | 6 | 1A | 0 | 62 | 1 | 4C | 62 | 33 |
| Octal | 273 | 374 | 6 | 32 | 0 | 142 | 1 | 114 | 142 | 63 |
| Binary | 10111011 | 11111100 | 110 | 11010 | 0 | 1100010 | 1 | 1001100 | 1100010 | 110011 |
Color Harmonies of #BBFC06
Complementary color
Monochromatic Colors of #BBFC06
Black with #BBFC06
Text Example
Text Example
White with #BBFC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC06; }
p { color: rgb(187,252,6); }
H1.HeaderClassName
{
color: #BBFC06;
}
.AnyTagClassName
{
color: #BBFC06;
}
</style>
background-color css
<style>
a { background-color: #BBFC06; }
a { background-color: rgb(187,252,6); }
div.DivClassName
{
background-color: #BBFC06;
}
.BgClassName
{
background-color: #BBFC06;
}
</style>
border-color css
<style>
span { border-color: #BBFC06; }
span { border-color: rgb(187,252,6); }
td.TdClassName
{
border-color: #BBFC06;
}
.TagClassName
{
border-color: #BBFC06;
}
</style>