Shades of Electric Lime #BCFC00
Tints of Electric Lime #BCFC00
RGB
CMYK
RGB Variations
Color information
#BCFC00 (or 0xBCFC00) is known color: Electric Lime. HEX triplet: BC, FC and 00. RGB value is (188,252,0). Sum of RGB (Red+Green+Blue) = 188+252+0=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC00 is #4303FF. Grayscale: #CDCDCD. Windows color (decimal): -4391936 or 64700. OLE color: 64700.
HSL color Cylindrical-coordinate representation of color #BCFC00: hue angle of 75.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCFC00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.01 |
| HSL | 75.24º | 1% | 0.49% | - |
| HSV(B) | 75.24º | 1% | 0.99% | - |
| XYZ | 55.55 | 80.31 | 12.57 | - |
| YUV | 204.14 | 12.8 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 0 | 0.25 | 0 | 1 | 0.01 | 75.24 | 1 | 0.49 |
| Hex | BC | FC | 0 | 19 | 0 | 64 | 1 | 4B | 64 | 31 |
| Octal | 274 | 374 | 0 | 31 | 0 | 144 | 1 | 113 | 144 | 61 |
| Binary | 10111100 | 11111100 | 0 | 11001 | 0 | 1100100 | 1 | 1001011 | 1100100 | 110001 |
Color Harmonies of #BCFC00
Complementary color
Monochromatic Colors of #BCFC00
Black with #BCFC00
Text Example
Text Example
White with #BCFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC00; }
p { color: rgb(188,252,0); }
H1.HeaderClassName
{
color: #BCFC00;
}
.AnyTagClassName
{
color: #BCFC00;
}
</style>
background-color css
<style>
a { background-color: #BCFC00; }
a { background-color: rgb(188,252,0); }
div.DivClassName
{
background-color: #BCFC00;
}
.BgClassName
{
background-color: #BCFC00;
}
</style>
border-color css
<style>
span { border-color: #BCFC00; }
span { border-color: rgb(188,252,0); }
td.TdClassName
{
border-color: #BCFC00;
}
.TagClassName
{
border-color: #BCFC00;
}
</style>