Shades of Electric Lime #BBFC12
Tints of Electric Lime #BBFC12
RGB
CMYK
RGB Variations
Color information
#BBFC12 (or 0xBBFC12) is known color: Electric Lime. HEX triplet: BB, FC and 12. RGB value is (187,252,18). Sum of RGB (Red+Green+Blue) = 187+252+18=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 252 (98.83% from 255 or 55.14% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFC12 is #4403ED. Grayscale: #CECECE. Windows color (decimal): -4457454 or 1244347. OLE color: 1244347.
HSL color Cylindrical-coordinate representation of color #BBFC12: hue angle of 76.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBFC12 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 18 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.01 |
| HSL | 76.67º | 0.98% | 0.53% | - |
| HSV(B) | 76.67º | 0.93% | 0.99% | - |
| XYZ | 55.41 | 80.23 | 13.14 | - |
| YUV | 205.89 | 21.97 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 18 | 0.26 | 0 | 0.93 | 0.01 | 76.67 | 0.98 | 0.53 |
| Hex | BB | FC | 12 | 1A | 0 | 5D | 1 | 4D | 62 | 35 |
| Octal | 273 | 374 | 22 | 32 | 0 | 135 | 1 | 115 | 142 | 65 |
| Binary | 10111011 | 11111100 | 10010 | 11010 | 0 | 1011101 | 1 | 1001101 | 1100010 | 110101 |
Color Harmonies of #BBFC12
Complementary color
Monochromatic Colors of #BBFC12
Black with #BBFC12
Text Example
Text Example
White with #BBFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFC12; }
p { color: rgb(187,252,18); }
H1.HeaderClassName
{
color: #BBFC12;
}
.AnyTagClassName
{
color: #BBFC12;
}
</style>
background-color css
<style>
a { background-color: #BBFC12; }
a { background-color: rgb(187,252,18); }
div.DivClassName
{
background-color: #BBFC12;
}
.BgClassName
{
background-color: #BBFC12;
}
</style>
border-color css
<style>
span { border-color: #BBFC12; }
span { border-color: rgb(187,252,18); }
td.TdClassName
{
border-color: #BBFC12;
}
.TagClassName
{
border-color: #BBFC12;
}
</style>