Shades of Electric Lime #BBFE13
Tints of Electric Lime #BBFE13
RGB
CMYK
RGB Variations
Color information
#BBFE13 (or 0xBBFE13) is known color: Electric Lime. HEX triplet: BB, FE and 13. RGB value is (187,254,19). Sum of RGB (Red+Green+Blue) = 187+254+19=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 254 (99.61% from 255 or 55.22% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBFE13 is #4401EC. Grayscale: #D0D0D0. Windows color (decimal): -4456941 or 1310395. OLE color: 1310395.
HSL color Cylindrical-coordinate representation of color #BBFE13: hue angle of 77.11º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBFE13 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 19 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.00 |
| HSL | 77.11º | 0.99% | 0.54% | - |
| HSV(B) | 77.11º | 0.93% | 1% | - |
| XYZ | 56.05 | 81.5 | 13.39 | - |
| YUV | 207.18 | 21.8 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 19 | 0.26 | 0 | 0.93 | 0.00 | 77.11 | 0.99 | 0.54 |
| Hex | BB | FE | 13 | 1A | 0 | 5D | 0 | 4D | 63 | 36 |
| Octal | 273 | 376 | 23 | 32 | 0 | 135 | 0 | 115 | 143 | 66 |
| Binary | 10111011 | 11111110 | 10011 | 11010 | 0 | 1011101 | 0 | 1001101 | 1100011 | 110110 |
Color Harmonies of #BBFE13
Complementary color
Monochromatic Colors of #BBFE13
Black with #BBFE13
Text Example
Text Example
White with #BBFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE13; }
p { color: rgb(187,254,19); }
H1.HeaderClassName
{
color: #BBFE13;
}
.AnyTagClassName
{
color: #BBFE13;
}
</style>
background-color css
<style>
a { background-color: #BBFE13; }
a { background-color: rgb(187,254,19); }
div.DivClassName
{
background-color: #BBFE13;
}
.BgClassName
{
background-color: #BBFE13;
}
</style>
border-color css
<style>
span { border-color: #BBFE13; }
span { border-color: rgb(187,254,19); }
td.TdClassName
{
border-color: #BBFE13;
}
.TagClassName
{
border-color: #BBFE13;
}
</style>