Shades of Electric Lime #BBFC14
Tints of Electric Lime #BBFC14
RGB
CMYK
RGB Variations
Color information
#BBFC14 (or 0xBBFC14) is known color: Electric Lime. HEX triplet: BB, FC and 14. RGB value is (187,252,20). Sum of RGB (Red+Green+Blue) = 187+252+20=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFC14 is #4403EB. Grayscale: #CECECE. Windows color (decimal): -4457452 or 1375419. OLE color: 1375419.
HSL color Cylindrical-coordinate representation of color #BBFC14: hue angle of 76.81º 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 #BBFC14 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 20 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.01 |
| HSL | 76.81º | 0.97% | 0.53% | - |
| HSV(B) | 76.81º | 0.92% | 0.99% | - |
| XYZ | 55.43 | 80.24 | 13.23 | - |
| YUV | 206.12 | 22.97 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 20 | 0.26 | 0 | 0.92 | 0.01 | 76.81 | 0.97 | 0.53 |
| Hex | BB | FC | 14 | 1A | 0 | 5C | 1 | 4D | 61 | 35 |
| Octal | 273 | 374 | 24 | 32 | 0 | 134 | 1 | 115 | 141 | 65 |
| Binary | 10111011 | 11111100 | 10100 | 11010 | 0 | 1011100 | 1 | 1001101 | 1100001 | 110101 |
Color Harmonies of #BBFC14
Complementary color
Monochromatic Colors of #BBFC14
Black with #BBFC14
Text Example
Text Example
White with #BBFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC14; }
p { color: rgb(187,252,20); }
H1.HeaderClassName
{
color: #BBFC14;
}
.AnyTagClassName
{
color: #BBFC14;
}
</style>
background-color css
<style>
a { background-color: #BBFC14; }
a { background-color: rgb(187,252,20); }
div.DivClassName
{
background-color: #BBFC14;
}
.BgClassName
{
background-color: #BBFC14;
}
</style>
border-color css
<style>
span { border-color: #BBFC14; }
span { border-color: rgb(187,252,20); }
td.TdClassName
{
border-color: #BBFC14;
}
.TagClassName
{
border-color: #BBFC14;
}
</style>