Shades of Electric Lime #BBFD15
Tints of Electric Lime #BBFD15
RGB
CMYK
RGB Variations
Color information
#BBFD15 (or 0xBBFD15) is known color: Electric Lime. HEX triplet: BB, FD and 15. RGB value is (187,253,21). Sum of RGB (Red+Green+Blue) = 187+253+21=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 21 (8.59% from 255 or 4.56% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD15 is #4402EA. Grayscale: #CFCFCF. Windows color (decimal): -4457195 or 1441211. OLE color: 1441211.
HSL color Cylindrical-coordinate representation of color #BBFD15: hue angle of 77.07º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBFD15 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 21 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.01 |
| HSL | 77.07º | 0.98% | 0.54% | - |
| HSV(B) | 77.07º | 0.92% | 0.99% | - |
| XYZ | 55.75 | 80.87 | 13.38 | - |
| YUV | 206.82 | 23.13 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 21 | 0.26 | 0 | 0.92 | 0.01 | 77.07 | 0.98 | 0.54 |
| Hex | BB | FD | 15 | 1A | 0 | 5C | 1 | 4D | 62 | 36 |
| Octal | 273 | 375 | 25 | 32 | 0 | 134 | 1 | 115 | 142 | 66 |
| Binary | 10111011 | 11111101 | 10101 | 11010 | 0 | 1011100 | 1 | 1001101 | 1100010 | 110110 |
Color Harmonies of #BBFD15
Complementary color
Monochromatic Colors of #BBFD15
Black with #BBFD15
Text Example
Text Example
White with #BBFD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFD15; }
p { color: rgb(187,253,21); }
H1.HeaderClassName
{
color: #BBFD15;
}
.AnyTagClassName
{
color: #BBFD15;
}
</style>
background-color css
<style>
a { background-color: #BBFD15; }
a { background-color: rgb(187,253,21); }
div.DivClassName
{
background-color: #BBFD15;
}
.BgClassName
{
background-color: #BBFD15;
}
</style>
border-color css
<style>
span { border-color: #BBFD15; }
span { border-color: rgb(187,253,21); }
td.TdClassName
{
border-color: #BBFD15;
}
.TagClassName
{
border-color: #BBFD15;
}
</style>