Shades of Electric Lime #BCFD04
Tints of Electric Lime #BCFD04
RGB
CMYK
RGB Variations
Color information
#BCFD04 (or 0xBCFD04) is known color: Electric Lime. HEX triplet: BC, FD and 04. RGB value is (188,253,4). Sum of RGB (Red+Green+Blue) = 188+253+4=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD04 is #4302FB. Grayscale: #CECECE. Windows color (decimal): -4391676 or 327100. OLE color: 327100.
HSL color Cylindrical-coordinate representation of color #BCFD04: hue angle of 75.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCFD04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 4 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.01 |
| HSL | 75.66º | 0.98% | 0.5% | - |
| HSV(B) | 75.66º | 0.98% | 0.99% | - |
| XYZ | 55.89 | 80.95 | 12.79 | - |
| YUV | 205.18 | 14.47 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 4 | 0.26 | 0 | 0.98 | 0.01 | 75.66 | 0.98 | 0.5 |
| Hex | BC | FD | 4 | 1A | 0 | 62 | 1 | 4C | 62 | 32 |
| Octal | 274 | 375 | 4 | 32 | 0 | 142 | 1 | 114 | 142 | 62 |
| Binary | 10111100 | 11111101 | 100 | 11010 | 0 | 1100010 | 1 | 1001100 | 1100010 | 110010 |
Color Harmonies of #BCFD04
Complementary color
Monochromatic Colors of #BCFD04
Black with #BCFD04
Text Example
Text Example
White with #BCFD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD04; }
p { color: rgb(188,253,4); }
H1.HeaderClassName
{
color: #BCFD04;
}
.AnyTagClassName
{
color: #BCFD04;
}
</style>
background-color css
<style>
a { background-color: #BCFD04; }
a { background-color: rgb(188,253,4); }
div.DivClassName
{
background-color: #BCFD04;
}
.BgClassName
{
background-color: #BCFD04;
}
</style>
border-color css
<style>
span { border-color: #BCFD04; }
span { border-color: rgb(188,253,4); }
td.TdClassName
{
border-color: #BCFD04;
}
.TagClassName
{
border-color: #BCFD04;
}
</style>