Shades of Electric Lime #BCFE15
Tints of Electric Lime #BCFE15
RGB
CMYK
RGB Variations
Color information
#BCFE15 (or 0xBCFE15) is known color: Electric Lime. HEX triplet: BC, FE and 15. RGB value is (188,254,21). Sum of RGB (Red+Green+Blue) = 188+254+21=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFE15 is #4301EA. Grayscale: #D0D0D0. Windows color (decimal): -4391403 or 1441468. OLE color: 1441468.
HSL color Cylindrical-coordinate representation of color #BCFE15: hue angle of 77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCFE15 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 21 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.00 |
| HSL | 77º | 0.99% | 0.54% | - |
| HSV(B) | 77º | 0.92% | 1% | - |
| XYZ | 56.32 | 81.63 | 13.5 | - |
| YUV | 207.7 | 22.63 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 21 | 0.26 | 0 | 0.92 | 0.00 | 77 | 0.99 | 0.54 |
| Hex | BC | FE | 15 | 1A | 0 | 5C | 0 | 4D | 63 | 36 |
| Octal | 274 | 376 | 25 | 32 | 0 | 134 | 0 | 115 | 143 | 66 |
| Binary | 10111100 | 11111110 | 10101 | 11010 | 0 | 1011100 | 0 | 1001101 | 1100011 | 110110 |
Color Harmonies of #BCFE15
Complementary color
Monochromatic Colors of #BCFE15
Black with #BCFE15
Text Example
Text Example
White with #BCFE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE15; }
p { color: rgb(188,254,21); }
H1.HeaderClassName
{
color: #BCFE15;
}
.AnyTagClassName
{
color: #BCFE15;
}
</style>
background-color css
<style>
a { background-color: #BCFE15; }
a { background-color: rgb(188,254,21); }
div.DivClassName
{
background-color: #BCFE15;
}
.BgClassName
{
background-color: #BCFE15;
}
</style>
border-color css
<style>
span { border-color: #BCFE15; }
span { border-color: rgb(188,254,21); }
td.TdClassName
{
border-color: #BCFE15;
}
.TagClassName
{
border-color: #BCFE15;
}
</style>