Shades of Electric Lime #BCFE0E
Tints of Electric Lime #BCFE0E
RGB
CMYK
RGB Variations
Color information
#BCFE0E (or 0xBCFE0E) is known color: Electric Lime. HEX triplet: BC, FE and 0E. RGB value is (188,254,14). Sum of RGB (Red+Green+Blue) = 188+254+14=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFE0E is #4301F1. Grayscale: #CFCFCF. Windows color (decimal): -4391410 or 982716. OLE color: 982716.
HSL color Cylindrical-coordinate representation of color #BCFE0E: hue angle of 76.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCFE0E is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 14 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.00 |
| HSL | 76.5º | 0.99% | 0.53% | - |
| HSV(B) | 76.5º | 0.94% | 1% | - |
| XYZ | 56.26 | 81.61 | 13.2 | - |
| YUV | 206.91 | 19.13 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 14 | 0.26 | 0 | 0.94 | 0.00 | 76.5 | 0.99 | 0.53 |
| Hex | BC | FE | E | 1A | 0 | 5E | 0 | 4C | 63 | 35 |
| Octal | 274 | 376 | 16 | 32 | 0 | 136 | 0 | 114 | 143 | 65 |
| Binary | 10111100 | 11111110 | 1110 | 11010 | 0 | 1011110 | 0 | 1001100 | 1100011 | 110101 |
Color Harmonies of #BCFE0E
Complementary color
Monochromatic Colors of #BCFE0E
Black with #BCFE0E
Text Example
Text Example
White with #BCFE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE0E; }
p { color: rgb(188,254,14); }
H1.HeaderClassName
{
color: #BCFE0E;
}
.AnyTagClassName
{
color: #BCFE0E;
}
</style>
background-color css
<style>
a { background-color: #BCFE0E; }
a { background-color: rgb(188,254,14); }
div.DivClassName
{
background-color: #BCFE0E;
}
.BgClassName
{
background-color: #BCFE0E;
}
</style>
border-color css
<style>
span { border-color: #BCFE0E; }
span { border-color: rgb(188,254,14); }
td.TdClassName
{
border-color: #BCFE0E;
}
.TagClassName
{
border-color: #BCFE0E;
}
</style>