Shades of Electric Lime #BCFE00
Tints of Electric Lime #BCFE00
RGB
CMYK
RGB Variations
Color information
#BCFE00 (or 0xBCFE00) is known color: Electric Lime. HEX triplet: BC, FE and 00. RGB value is (188,254,0). Sum of RGB (Red+Green+Blue) = 188+254+0=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 254 (99.61% from 255 or 57.47% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFE00 is #4301FF. Grayscale: #CECECE. Windows color (decimal): -4391424 or 65212. OLE color: 65212.
HSL color Cylindrical-coordinate representation of color #BCFE00: hue angle of 75.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCFE00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.00 |
| HSL | 75.59º | 1% | 0.5% | - |
| HSV(B) | 75.59º | 1% | 1% | - |
| XYZ | 56.18 | 81.58 | 12.78 | - |
| YUV | 205.31 | 12.13 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 0 | 0.26 | 0 | 1 | 0.00 | 75.59 | 1 | 0.5 |
| Hex | BC | FE | 0 | 1A | 0 | 64 | 0 | 4C | 64 | 32 |
| Octal | 274 | 376 | 0 | 32 | 0 | 144 | 0 | 114 | 144 | 62 |
| Binary | 10111100 | 11111110 | 0 | 11010 | 0 | 1100100 | 0 | 1001100 | 1100100 | 110010 |
Color Harmonies of #BCFE00
Complementary color
Monochromatic Colors of #BCFE00
Black with #BCFE00
Text Example
Text Example
White with #BCFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE00; }
p { color: rgb(188,254,0); }
H1.HeaderClassName
{
color: #BCFE00;
}
.AnyTagClassName
{
color: #BCFE00;
}
</style>
background-color css
<style>
a { background-color: #BCFE00; }
a { background-color: rgb(188,254,0); }
div.DivClassName
{
background-color: #BCFE00;
}
.BgClassName
{
background-color: #BCFE00;
}
</style>
border-color css
<style>
span { border-color: #BCFE00; }
span { border-color: rgb(188,254,0); }
td.TdClassName
{
border-color: #BCFE00;
}
.TagClassName
{
border-color: #BCFE00;
}
</style>