Shades of Electric Lime #BCFF00
Tints of Electric Lime #BCFF00
RGB
CMYK
RGB Variations
Color information
#BCFF00 (or 0xBCFF00) is known color: Electric Lime. HEX triplet: BC, FF and 00. RGB value is (188,255,0). Sum of RGB (Red+Green+Blue) = 188+255+0=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFF00 is #4300FF. Grayscale: #CECECE. Windows color (decimal): -4391168 or 65468. OLE color: 65468.
HSL color Cylindrical-coordinate representation of color #BCFF00: hue angle of 75.76º 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 #BCFF00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0 |
| HSL | 75.76º | 1% | 0.5% | - |
| HSV(B) | 75.76º | 1% | 1% | - |
| XYZ | 56.5 | 82.21 | 12.89 | - |
| YUV | 205.9 | 11.8 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 0 | 0.26 | 0 | 1 | 0 | 75.76 | 1 | 0.5 |
| Hex | BC | FF | 0 | 1A | 0 | 64 | 0 | 4C | 64 | 32 |
| Octal | 274 | 377 | 0 | 32 | 0 | 144 | 0 | 114 | 144 | 62 |
| Binary | 10111100 | 11111111 | 0 | 11010 | 0 | 1100100 | 0 | 1001100 | 1100100 | 110010 |
Color Harmonies of #BCFF00
Complementary color
Monochromatic Colors of #BCFF00
Black with #BCFF00
Text Example
Text Example
White with #BCFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF00; }
p { color: rgb(188,255,0); }
H1.HeaderClassName
{
color: #BCFF00;
}
.AnyTagClassName
{
color: #BCFF00;
}
</style>
background-color css
<style>
a { background-color: #BCFF00; }
a { background-color: rgb(188,255,0); }
div.DivClassName
{
background-color: #BCFF00;
}
.BgClassName
{
background-color: #BCFF00;
}
</style>
border-color css
<style>
span { border-color: #BCFF00; }
span { border-color: rgb(188,255,0); }
td.TdClassName
{
border-color: #BCFF00;
}
.TagClassName
{
border-color: #BCFF00;
}
</style>