Shades of Electric Lime #BCFD05
Tints of Electric Lime #BCFD05
RGB
CMYK
RGB Variations
Color information
#BCFD05 (or 0xBCFD05) is known color: Electric Lime. HEX triplet: BC, FD and 05. RGB value is (188,253,5). Sum of RGB (Red+Green+Blue) = 188+253+5=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 253 (99.22% from 255 or 56.73% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD05 is #4302FA. Grayscale: #CECECE. Windows color (decimal): -4391675 or 392636. OLE color: 392636.
HSL color Cylindrical-coordinate representation of color #BCFD05: hue angle of 75.73º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCFD05 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 5 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.01 |
| HSL | 75.73º | 0.98% | 0.51% | - |
| HSV(B) | 75.73º | 0.98% | 0.99% | - |
| XYZ | 55.89 | 80.95 | 12.82 | - |
| YUV | 205.29 | 14.97 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 5 | 0.26 | 0 | 0.98 | 0.01 | 75.73 | 0.98 | 0.51 |
| Hex | BC | FD | 5 | 1A | 0 | 62 | 1 | 4C | 62 | 33 |
| Octal | 274 | 375 | 5 | 32 | 0 | 142 | 1 | 114 | 142 | 63 |
| Binary | 10111100 | 11111101 | 101 | 11010 | 0 | 1100010 | 1 | 1001100 | 1100010 | 110011 |
Color Harmonies of #BCFD05
Complementary color
Monochromatic Colors of #BCFD05
Black with #BCFD05
Text Example
Text Example
White with #BCFD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD05; }
p { color: rgb(188,253,5); }
H1.HeaderClassName
{
color: #BCFD05;
}
.AnyTagClassName
{
color: #BCFD05;
}
</style>
background-color css
<style>
a { background-color: #BCFD05; }
a { background-color: rgb(188,253,5); }
div.DivClassName
{
background-color: #BCFD05;
}
.BgClassName
{
background-color: #BCFD05;
}
</style>
border-color css
<style>
span { border-color: #BCFD05; }
span { border-color: rgb(188,253,5); }
td.TdClassName
{
border-color: #BCFD05;
}
.TagClassName
{
border-color: #BCFD05;
}
</style>