Shades of Electric Lime #BBFF12
Tints of Electric Lime #BBFF12
RGB
CMYK
RGB Variations
Color information
#BBFF12 (or 0xBBFF12) is known color: Electric Lime. HEX triplet: BB, FF and 12. RGB value is (187,255,18). Sum of RGB (Red+Green+Blue) = 187+255+18=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFF12 is #4400ED. Grayscale: #D0D0D0. Windows color (decimal): -4456686 or 1245115. OLE color: 1245115.
HSL color Cylindrical-coordinate representation of color #BBFF12: hue angle of 77.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBFF12 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 18 | - |
| CMYK | 0.27 | 0 | 0.93 | 0 |
| HSL | 77.22º | 1% | 0.54% | - |
| HSV(B) | 77.22º | 0.93% | 1% | - |
| XYZ | 56.36 | 82.13 | 13.45 | - |
| YUV | 207.65 | 20.97 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 18 | 0.27 | 0 | 0.93 | 0 | 77.22 | 1 | 0.54 |
| Hex | BB | FF | 12 | 1B | 0 | 5D | 0 | 4D | 64 | 36 |
| Octal | 273 | 377 | 22 | 33 | 0 | 135 | 0 | 115 | 144 | 66 |
| Binary | 10111011 | 11111111 | 10010 | 11011 | 0 | 1011101 | 0 | 1001101 | 1100100 | 110110 |
Color Harmonies of #BBFF12
Complementary color
Monochromatic Colors of #BBFF12
Black with #BBFF12
Text Example
Text Example
White with #BBFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF12; }
p { color: rgb(187,255,18); }
H1.HeaderClassName
{
color: #BBFF12;
}
.AnyTagClassName
{
color: #BBFF12;
}
</style>
background-color css
<style>
a { background-color: #BBFF12; }
a { background-color: rgb(187,255,18); }
div.DivClassName
{
background-color: #BBFF12;
}
.BgClassName
{
background-color: #BBFF12;
}
</style>
border-color css
<style>
span { border-color: #BBFF12; }
span { border-color: rgb(187,255,18); }
td.TdClassName
{
border-color: #BBFF12;
}
.TagClassName
{
border-color: #BBFF12;
}
</style>