Shades of Electric Lime #BBFC13
Tints of Electric Lime #BBFC13
RGB
CMYK
RGB Variations
Color information
#BBFC13 (or 0xBBFC13) is known color: Electric Lime. HEX triplet: BB, FC and 13. RGB value is (187,252,19). Sum of RGB (Red+Green+Blue) = 187+252+19=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 252 (98.83% from 255 or 55.02% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFC13 is #4403EC. Grayscale: #CECECE. Windows color (decimal): -4457453 or 1309883. OLE color: 1309883.
HSL color Cylindrical-coordinate representation of color #BBFC13: hue angle of 76.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBFC13 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 19 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.01 |
| HSL | 76.74º | 0.97% | 0.53% | - |
| HSV(B) | 76.74º | 0.92% | 0.99% | - |
| XYZ | 55.42 | 80.23 | 13.18 | - |
| YUV | 206 | 22.47 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 19 | 0.26 | 0 | 0.92 | 0.01 | 76.74 | 0.97 | 0.53 |
| Hex | BB | FC | 13 | 1A | 0 | 5C | 1 | 4D | 61 | 35 |
| Octal | 273 | 374 | 23 | 32 | 0 | 134 | 1 | 115 | 141 | 65 |
| Binary | 10111011 | 11111100 | 10011 | 11010 | 0 | 1011100 | 1 | 1001101 | 1100001 | 110101 |
Color Harmonies of #BBFC13
Complementary color
Monochromatic Colors of #BBFC13
Black with #BBFC13
Text Example
Text Example
White with #BBFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC13; }
p { color: rgb(187,252,19); }
H1.HeaderClassName
{
color: #BBFC13;
}
.AnyTagClassName
{
color: #BBFC13;
}
</style>
background-color css
<style>
a { background-color: #BBFC13; }
a { background-color: rgb(187,252,19); }
div.DivClassName
{
background-color: #BBFC13;
}
.BgClassName
{
background-color: #BBFC13;
}
</style>
border-color css
<style>
span { border-color: #BBFC13; }
span { border-color: rgb(187,252,19); }
td.TdClassName
{
border-color: #BBFC13;
}
.TagClassName
{
border-color: #BBFC13;
}
</style>