Shades of Electric Lime #BCFE13
Tints of Electric Lime #BCFE13
RGB
CMYK
RGB Variations
Color information
#BCFE13 (or 0xBCFE13) is known color: Electric Lime. HEX triplet: BC, FE and 13. RGB value is (188,254,19). Sum of RGB (Red+Green+Blue) = 188+254+19=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFE13 is #4301EC. Grayscale: #D0D0D0. Windows color (decimal): -4391405 or 1310396. OLE color: 1310396.
HSL color Cylindrical-coordinate representation of color #BCFE13: hue angle of 76.85º 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 #BCFE13 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 19 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.00 |
| HSL | 76.85º | 0.99% | 0.54% | - |
| HSV(B) | 76.85º | 0.93% | 1% | - |
| XYZ | 56.3 | 81.62 | 13.4 | - |
| YUV | 207.48 | 21.63 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 19 | 0.26 | 0 | 0.93 | 0.00 | 76.85 | 0.99 | 0.54 |
| Hex | BC | FE | 13 | 1A | 0 | 5D | 0 | 4D | 63 | 36 |
| Octal | 274 | 376 | 23 | 32 | 0 | 135 | 0 | 115 | 143 | 66 |
| Binary | 10111100 | 11111110 | 10011 | 11010 | 0 | 1011101 | 0 | 1001101 | 1100011 | 110110 |
Color Harmonies of #BCFE13
Complementary color
Monochromatic Colors of #BCFE13
Black with #BCFE13
Text Example
Text Example
White with #BCFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE13; }
p { color: rgb(188,254,19); }
H1.HeaderClassName
{
color: #BCFE13;
}
.AnyTagClassName
{
color: #BCFE13;
}
</style>
background-color css
<style>
a { background-color: #BCFE13; }
a { background-color: rgb(188,254,19); }
div.DivClassName
{
background-color: #BCFE13;
}
.BgClassName
{
background-color: #BCFE13;
}
</style>
border-color css
<style>
span { border-color: #BCFE13; }
span { border-color: rgb(188,254,19); }
td.TdClassName
{
border-color: #BCFE13;
}
.TagClassName
{
border-color: #BCFE13;
}
</style>