Shades of Electric Lime #BBFE15
Tints of Electric Lime #BBFE15
RGB
CMYK
RGB Variations
Color information
#BBFE15 (or 0xBBFE15) is known color: Electric Lime. HEX triplet: BB, FE and 15. RGB value is (187,254,21). Sum of RGB (Red+Green+Blue) = 187+254+21=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE15 is #4401EA. Grayscale: #D0D0D0. Windows color (decimal): -4456939 or 1441467. OLE color: 1441467.
HSL color Cylindrical-coordinate representation of color #BBFE15: hue angle of 77.25º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBFE15 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 21 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.00 |
| HSL | 77.25º | 0.99% | 0.54% | - |
| HSV(B) | 77.25º | 0.92% | 1% | - |
| XYZ | 56.07 | 81.5 | 13.49 | - |
| YUV | 207.41 | 22.8 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 21 | 0.26 | 0 | 0.92 | 0.00 | 77.25 | 0.99 | 0.54 |
| Hex | BB | FE | 15 | 1A | 0 | 5C | 0 | 4D | 63 | 36 |
| Octal | 273 | 376 | 25 | 32 | 0 | 134 | 0 | 115 | 143 | 66 |
| Binary | 10111011 | 11111110 | 10101 | 11010 | 0 | 1011100 | 0 | 1001101 | 1100011 | 110110 |
Color Harmonies of #BBFE15
Complementary color
Monochromatic Colors of #BBFE15
Black with #BBFE15
Text Example
Text Example
White with #BBFE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE15; }
p { color: rgb(187,254,21); }
H1.HeaderClassName
{
color: #BBFE15;
}
.AnyTagClassName
{
color: #BBFE15;
}
</style>
background-color css
<style>
a { background-color: #BBFE15; }
a { background-color: rgb(187,254,21); }
div.DivClassName
{
background-color: #BBFE15;
}
.BgClassName
{
background-color: #BBFE15;
}
</style>
border-color css
<style>
span { border-color: #BBFE15; }
span { border-color: rgb(187,254,21); }
td.TdClassName
{
border-color: #BBFE15;
}
.TagClassName
{
border-color: #BBFE15;
}
</style>