Shades of Electric Lime #BCFC07
Tints of Electric Lime #BCFC07
RGB
CMYK
RGB Variations
Color information
#BCFC07 (or 0xBCFC07) is known color: Electric Lime. HEX triplet: BC, FC and 07. RGB value is (188,252,7). Sum of RGB (Red+Green+Blue) = 188+252+7=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 252 (98.83% from 255 or 56.38% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC07 is #4303F8. Grayscale: #CDCDCD. Windows color (decimal): -4391929 or 523452. OLE color: 523452.
HSL color Cylindrical-coordinate representation of color #BCFC07: hue angle of 75.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCFC07 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 7 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.01 |
| HSL | 75.67º | 0.98% | 0.51% | - |
| HSV(B) | 75.67º | 0.97% | 0.99% | - |
| XYZ | 55.59 | 80.33 | 12.78 | - |
| YUV | 204.93 | 16.3 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 7 | 0.25 | 0 | 0.97 | 0.01 | 75.67 | 0.98 | 0.51 |
| Hex | BC | FC | 7 | 19 | 0 | 61 | 1 | 4C | 62 | 33 |
| Octal | 274 | 374 | 7 | 31 | 0 | 141 | 1 | 114 | 142 | 63 |
| Binary | 10111100 | 11111100 | 111 | 11001 | 0 | 1100001 | 1 | 1001100 | 1100010 | 110011 |
Color Harmonies of #BCFC07
Complementary color
Monochromatic Colors of #BCFC07
Black with #BCFC07
Text Example
Text Example
White with #BCFC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC07; }
p { color: rgb(188,252,7); }
H1.HeaderClassName
{
color: #BCFC07;
}
.AnyTagClassName
{
color: #BCFC07;
}
</style>
background-color css
<style>
a { background-color: #BCFC07; }
a { background-color: rgb(188,252,7); }
div.DivClassName
{
background-color: #BCFC07;
}
.BgClassName
{
background-color: #BCFC07;
}
</style>
border-color css
<style>
span { border-color: #BCFC07; }
span { border-color: rgb(188,252,7); }
td.TdClassName
{
border-color: #BCFC07;
}
.TagClassName
{
border-color: #BCFC07;
}
</style>