Shades of Electric Lime #BBFF09
Tints of Electric Lime #BBFF09
RGB
CMYK
RGB Variations
Color information
#BBFF09 (or 0xBBFF09) is known color: Electric Lime. HEX triplet: BB, FF and 09. RGB value is (187,255,9). Sum of RGB (Red+Green+Blue) = 187+255+9=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 9 (3.91% from 255 or 2.00% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFF09 is #4400F6. Grayscale: #CFCFCF. Windows color (decimal): -4456695 or 655291. OLE color: 655291.
HSL color Cylindrical-coordinate representation of color #BBFF09: hue angle of 76.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBFF09 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 9 | - |
| CMYK | 0.27 | 0 | 0.96 | 0 |
| HSL | 76.59º | 1% | 0.52% | - |
| HSV(B) | 76.59º | 0.96% | 1% | - |
| XYZ | 56.3 | 82.1 | 13.14 | - |
| YUV | 206.62 | 16.47 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 9 | 0.27 | 0 | 0.96 | 0 | 76.59 | 1 | 0.52 |
| Hex | BB | FF | 9 | 1B | 0 | 60 | 0 | 4D | 64 | 34 |
| Octal | 273 | 377 | 11 | 33 | 0 | 140 | 0 | 115 | 144 | 64 |
| Binary | 10111011 | 11111111 | 1001 | 11011 | 0 | 1100000 | 0 | 1001101 | 1100100 | 110100 |
Color Harmonies of #BBFF09
Complementary color
Monochromatic Colors of #BBFF09
Black with #BBFF09
Text Example
Text Example
White with #BBFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF09; }
p { color: rgb(187,255,9); }
H1.HeaderClassName
{
color: #BBFF09;
}
.AnyTagClassName
{
color: #BBFF09;
}
</style>
background-color css
<style>
a { background-color: #BBFF09; }
a { background-color: rgb(187,255,9); }
div.DivClassName
{
background-color: #BBFF09;
}
.BgClassName
{
background-color: #BBFF09;
}
</style>
border-color css
<style>
span { border-color: #BBFF09; }
span { border-color: rgb(187,255,9); }
td.TdClassName
{
border-color: #BBFF09;
}
.TagClassName
{
border-color: #BBFF09;
}
</style>