Shades of Electric Lime #BBFE03
Tints of Electric Lime #BBFE03
RGB
CMYK
RGB Variations
Color information
#BBFE03 (or 0xBBFE03) is known color: Electric Lime. HEX triplet: BB, FE and 03. RGB value is (187,254,3). Sum of RGB (Red+Green+Blue) = 187+254+3=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 3 (1.56% from 255 or 0.68% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE03 is #4401FC. Grayscale: #CECECE. Windows color (decimal): -4456957 or 261819. OLE color: 261819.
HSL color Cylindrical-coordinate representation of color #BBFE03: hue angle of 76.02º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBFE03 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 3 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.00 |
| HSL | 76.02º | 0.99% | 0.5% | - |
| HSV(B) | 76.02º | 0.99% | 1% | - |
| XYZ | 55.95 | 81.46 | 12.86 | - |
| YUV | 205.35 | 13.8 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 3 | 0.26 | 0 | 0.99 | 0.00 | 76.02 | 0.99 | 0.5 |
| Hex | BB | FE | 3 | 1A | 0 | 63 | 0 | 4C | 63 | 32 |
| Octal | 273 | 376 | 3 | 32 | 0 | 143 | 0 | 114 | 143 | 62 |
| Binary | 10111011 | 11111110 | 11 | 11010 | 0 | 1100011 | 0 | 1001100 | 1100011 | 110010 |
Color Harmonies of #BBFE03
Complementary color
Monochromatic Colors of #BBFE03
Black with #BBFE03
Text Example
Text Example
White with #BBFE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE03; }
p { color: rgb(187,254,3); }
H1.HeaderClassName
{
color: #BBFE03;
}
.AnyTagClassName
{
color: #BBFE03;
}
</style>
background-color css
<style>
a { background-color: #BBFE03; }
a { background-color: rgb(187,254,3); }
div.DivClassName
{
background-color: #BBFE03;
}
.BgClassName
{
background-color: #BBFE03;
}
</style>
border-color css
<style>
span { border-color: #BBFE03; }
span { border-color: rgb(187,254,3); }
td.TdClassName
{
border-color: #BBFE03;
}
.TagClassName
{
border-color: #BBFE03;
}
</style>