Shades of Electric Lime #BBFE09
Tints of Electric Lime #BBFE09
RGB
CMYK
RGB Variations
Color information
#BBFE09 (or 0xBBFE09) is known color: Electric Lime. HEX triplet: BB, FE and 09. RGB value is (187,254,9). Sum of RGB (Red+Green+Blue) = 187+254+9=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 254 (99.61% from 255 or 56.44% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE09 is #4401F6. Grayscale: #CECECE. Windows color (decimal): -4456951 or 655035. OLE color: 655035.
HSL color Cylindrical-coordinate representation of color #BBFE09: hue angle of 76.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BBFE09 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 9 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.00 |
| HSL | 76.41º | 0.99% | 0.52% | - |
| HSV(B) | 76.41º | 0.96% | 1% | - |
| XYZ | 55.98 | 81.47 | 13.03 | - |
| YUV | 206.04 | 16.8 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 9 | 0.26 | 0 | 0.96 | 0.00 | 76.41 | 0.99 | 0.52 |
| Hex | BB | FE | 9 | 1A | 0 | 60 | 0 | 4C | 63 | 34 |
| Octal | 273 | 376 | 11 | 32 | 0 | 140 | 0 | 114 | 143 | 64 |
| Binary | 10111011 | 11111110 | 1001 | 11010 | 0 | 1100000 | 0 | 1001100 | 1100011 | 110100 |
Color Harmonies of #BBFE09
Complementary color
Monochromatic Colors of #BBFE09
Black with #BBFE09
Text Example
Text Example
White with #BBFE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE09; }
p { color: rgb(187,254,9); }
H1.HeaderClassName
{
color: #BBFE09;
}
.AnyTagClassName
{
color: #BBFE09;
}
</style>
background-color css
<style>
a { background-color: #BBFE09; }
a { background-color: rgb(187,254,9); }
div.DivClassName
{
background-color: #BBFE09;
}
.BgClassName
{
background-color: #BBFE09;
}
</style>
border-color css
<style>
span { border-color: #BBFE09; }
span { border-color: rgb(187,254,9); }
td.TdClassName
{
border-color: #BBFE09;
}
.TagClassName
{
border-color: #BBFE09;
}
</style>