Shades of Electric Lime #BBFE10
Tints of Electric Lime #BBFE10
RGB
CMYK
RGB Variations
Color information
#BBFE10 (or 0xBBFE10) is known color: Electric Lime. HEX triplet: BB, FE and 10. RGB value is (187,254,16). Sum of RGB (Red+Green+Blue) = 187+254+16=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 254 (99.61% from 255 or 55.58% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE10 is #4401EF. Grayscale: #CFCFCF. Windows color (decimal): -4456944 or 1113787. OLE color: 1113787.
HSL color Cylindrical-coordinate representation of color #BBFE10: hue angle of 76.89º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBFE10 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 16 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.00 |
| HSL | 76.89º | 0.99% | 0.53% | - |
| HSV(B) | 76.89º | 0.94% | 1% | - |
| XYZ | 56.03 | 81.49 | 13.27 | - |
| YUV | 206.84 | 20.3 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 16 | 0.26 | 0 | 0.94 | 0.00 | 76.89 | 0.99 | 0.53 |
| Hex | BB | FE | 10 | 1A | 0 | 5E | 0 | 4D | 63 | 35 |
| Octal | 273 | 376 | 20 | 32 | 0 | 136 | 0 | 115 | 143 | 65 |
| Binary | 10111011 | 11111110 | 10000 | 11010 | 0 | 1011110 | 0 | 1001101 | 1100011 | 110101 |
Color Harmonies of #BBFE10
Complementary color
Monochromatic Colors of #BBFE10
Black with #BBFE10
Text Example
Text Example
White with #BBFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE10; }
p { color: rgb(187,254,16); }
H1.HeaderClassName
{
color: #BBFE10;
}
.AnyTagClassName
{
color: #BBFE10;
}
</style>
background-color css
<style>
a { background-color: #BBFE10; }
a { background-color: rgb(187,254,16); }
div.DivClassName
{
background-color: #BBFE10;
}
.BgClassName
{
background-color: #BBFE10;
}
</style>
border-color css
<style>
span { border-color: #BBFE10; }
span { border-color: rgb(187,254,16); }
td.TdClassName
{
border-color: #BBFE10;
}
.TagClassName
{
border-color: #BBFE10;
}
</style>