Shades of Electric Lime #BBFE02
Tints of Electric Lime #BBFE02
RGB
CMYK
RGB Variations
Color information
#BBFE02 (or 0xBBFE02) is known color: Electric Lime. HEX triplet: BB, FE and 02. RGB value is (187,254,2). Sum of RGB (Red+Green+Blue) = 187+254+2=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE02 is #4401FD. Grayscale: #CECECE. Windows color (decimal): -4456958 or 196283. OLE color: 196283.
HSL color Cylindrical-coordinate representation of color #BBFE02: hue angle of 75.95º 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 #BBFE02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.00 |
| HSL | 75.95º | 0.99% | 0.5% | - |
| HSV(B) | 75.95º | 0.99% | 1% | - |
| XYZ | 55.95 | 81.45 | 12.83 | - |
| YUV | 205.24 | 13.3 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 2 | 0.26 | 0 | 0.99 | 0.00 | 75.95 | 0.99 | 0.5 |
| Hex | BB | FE | 2 | 1A | 0 | 63 | 0 | 4C | 63 | 32 |
| Octal | 273 | 376 | 2 | 32 | 0 | 143 | 0 | 114 | 143 | 62 |
| Binary | 10111011 | 11111110 | 10 | 11010 | 0 | 1100011 | 0 | 1001100 | 1100011 | 110010 |
Color Harmonies of #BBFE02
Complementary color
Monochromatic Colors of #BBFE02
Black with #BBFE02
Text Example
Text Example
White with #BBFE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE02; }
p { color: rgb(187,254,2); }
H1.HeaderClassName
{
color: #BBFE02;
}
.AnyTagClassName
{
color: #BBFE02;
}
</style>
background-color css
<style>
a { background-color: #BBFE02; }
a { background-color: rgb(187,254,2); }
div.DivClassName
{
background-color: #BBFE02;
}
.BgClassName
{
background-color: #BBFE02;
}
</style>
border-color css
<style>
span { border-color: #BBFE02; }
span { border-color: rgb(187,254,2); }
td.TdClassName
{
border-color: #BBFE02;
}
.TagClassName
{
border-color: #BBFE02;
}
</style>