Shades of Electric Lime #BBFD11
Tints of Electric Lime #BBFD11
RGB
CMYK
RGB Variations
Color information
#BBFD11 (or 0xBBFD11) is known color: Electric Lime. HEX triplet: BB, FD and 11. RGB value is (187,253,17). Sum of RGB (Red+Green+Blue) = 187+253+17=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 253 (99.22% from 255 or 55.36% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFD11 is #4402EE. Grayscale: #CFCFCF. Windows color (decimal): -4457199 or 1179067. OLE color: 1179067.
HSL color Cylindrical-coordinate representation of color #BBFD11: hue angle of 76.78º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBFD11 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 17 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.01 |
| HSL | 76.78º | 0.98% | 0.53% | - |
| HSV(B) | 76.78º | 0.93% | 0.99% | - |
| XYZ | 55.72 | 80.86 | 13.2 | - |
| YUV | 206.36 | 21.13 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 17 | 0.26 | 0 | 0.93 | 0.01 | 76.78 | 0.98 | 0.53 |
| Hex | BB | FD | 11 | 1A | 0 | 5D | 1 | 4D | 62 | 35 |
| Octal | 273 | 375 | 21 | 32 | 0 | 135 | 1 | 115 | 142 | 65 |
| Binary | 10111011 | 11111101 | 10001 | 11010 | 0 | 1011101 | 1 | 1001101 | 1100010 | 110101 |
Color Harmonies of #BBFD11
Complementary color
Monochromatic Colors of #BBFD11
Black with #BBFD11
Text Example
Text Example
White with #BBFD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFD11; }
p { color: rgb(187,253,17); }
H1.HeaderClassName
{
color: #BBFD11;
}
.AnyTagClassName
{
color: #BBFD11;
}
</style>
background-color css
<style>
a { background-color: #BBFD11; }
a { background-color: rgb(187,253,17); }
div.DivClassName
{
background-color: #BBFD11;
}
.BgClassName
{
background-color: #BBFD11;
}
</style>
border-color css
<style>
span { border-color: #BBFD11; }
span { border-color: rgb(187,253,17); }
td.TdClassName
{
border-color: #BBFD11;
}
.TagClassName
{
border-color: #BBFD11;
}
</style>