Shades of Electric Lime #BBFC0F
Tints of Electric Lime #BBFC0F
RGB
CMYK
RGB Variations
Color information
#BBFC0F (or 0xBBFC0F) is known color: Electric Lime. HEX triplet: BB, FC and 0F. RGB value is (187,252,15). Sum of RGB (Red+Green+Blue) = 187+252+15=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 15 (6.25% from 255 or 3.30% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFC0F is #4403F0. Grayscale: #CECECE. Windows color (decimal): -4457457 or 1047739. OLE color: 1047739.
HSL color Cylindrical-coordinate representation of color #BBFC0F: hue angle of 76.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBFC0F is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 15 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.01 |
| HSL | 76.46º | 0.98% | 0.52% | - |
| HSV(B) | 76.46º | 0.94% | 0.99% | - |
| XYZ | 55.39 | 80.22 | 13.02 | - |
| YUV | 205.55 | 20.47 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 15 | 0.26 | 0 | 0.94 | 0.01 | 76.46 | 0.98 | 0.52 |
| Hex | BB | FC | F | 1A | 0 | 5E | 1 | 4C | 62 | 34 |
| Octal | 273 | 374 | 17 | 32 | 0 | 136 | 1 | 114 | 142 | 64 |
| Binary | 10111011 | 11111100 | 1111 | 11010 | 0 | 1011110 | 1 | 1001100 | 1100010 | 110100 |
Color Harmonies of #BBFC0F
Complementary color
Monochromatic Colors of #BBFC0F
Black with #BBFC0F
Text Example
Text Example
White with #BBFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC0F; }
p { color: rgb(187,252,15); }
H1.HeaderClassName
{
color: #BBFC0F;
}
.AnyTagClassName
{
color: #BBFC0F;
}
</style>
background-color css
<style>
a { background-color: #BBFC0F; }
a { background-color: rgb(187,252,15); }
div.DivClassName
{
background-color: #BBFC0F;
}
.BgClassName
{
background-color: #BBFC0F;
}
</style>
border-color css
<style>
span { border-color: #BBFC0F; }
span { border-color: rgb(187,252,15); }
td.TdClassName
{
border-color: #BBFC0F;
}
.TagClassName
{
border-color: #BBFC0F;
}
</style>