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