Shades of Electric Lime #BBFB10
Tints of Electric Lime #BBFB10
RGB
CMYK
RGB Variations
Color information
#BBFB10 (or 0xBBFB10) is known color: Electric Lime. HEX triplet: BB, FB and 10. RGB value is (187,251,16). Sum of RGB (Red+Green+Blue) = 187+251+16=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFB10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFB10 is #4404EF. Grayscale: #CDCDCD. Windows color (decimal): -4457712 or 1113019. OLE color: 1113019.
HSL color Cylindrical-coordinate representation of color #BBFB10: hue angle of 76.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBFB10 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 16 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.02 |
| HSL | 76.34º | 0.97% | 0.52% | - |
| HSV(B) | 76.34º | 0.94% | 0.98% | - |
| XYZ | 55.08 | 79.6 | 12.95 | - |
| YUV | 205.07 | 21.3 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 16 | 0.25 | 0 | 0.94 | 0.02 | 76.34 | 0.97 | 0.52 |
| Hex | BB | FB | 10 | 19 | 0 | 5E | 2 | 4C | 61 | 34 |
| Octal | 273 | 373 | 20 | 31 | 0 | 136 | 2 | 114 | 141 | 64 |
| Binary | 10111011 | 11111011 | 10000 | 11001 | 0 | 1011110 | 10 | 1001100 | 1100001 | 110100 |
Color Harmonies of #BBFB10
Complementary color
Monochromatic Colors of #BBFB10
Black with #BBFB10
Text Example
Text Example
White with #BBFB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFB10; }
p { color: rgb(187,251,16); }
H1.HeaderClassName
{
color: #BBFB10;
}
.AnyTagClassName
{
color: #BBFB10;
}
</style>
background-color css
<style>
a { background-color: #BBFB10; }
a { background-color: rgb(187,251,16); }
div.DivClassName
{
background-color: #BBFB10;
}
.BgClassName
{
background-color: #BBFB10;
}
</style>
border-color css
<style>
span { border-color: #BBFB10; }
span { border-color: rgb(187,251,16); }
td.TdClassName
{
border-color: #BBFB10;
}
.TagClassName
{
border-color: #BBFB10;
}
</style>