Shades of Electric Lime #BCFE06
Tints of Electric Lime #BCFE06
RGB
CMYK
RGB Variations
Color information
#BCFE06 (or 0xBCFE06) is known color: Electric Lime. HEX triplet: BC, FE and 06. RGB value is (188,254,6). Sum of RGB (Red+Green+Blue) = 188+254+6=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 6 (2.73% from 255 or 1.34% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFE06 is #4301F9. Grayscale: #CECECE. Windows color (decimal): -4391418 or 458428. OLE color: 458428.
HSL color Cylindrical-coordinate representation of color #BCFE06: hue angle of 75.97º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCFE06 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 6 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.00 |
| HSL | 75.97º | 0.99% | 0.51% | - |
| HSV(B) | 75.97º | 0.98% | 1% | - |
| XYZ | 56.21 | 81.59 | 12.96 | - |
| YUV | 205.99 | 15.13 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 6 | 0.26 | 0 | 0.98 | 0.00 | 75.97 | 0.99 | 0.51 |
| Hex | BC | FE | 6 | 1A | 0 | 62 | 0 | 4C | 63 | 33 |
| Octal | 274 | 376 | 6 | 32 | 0 | 142 | 0 | 114 | 143 | 63 |
| Binary | 10111100 | 11111110 | 110 | 11010 | 0 | 1100010 | 0 | 1001100 | 1100011 | 110011 |
Color Harmonies of #BCFE06
Complementary color
Monochromatic Colors of #BCFE06
Black with #BCFE06
Text Example
Text Example
White with #BCFE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE06; }
p { color: rgb(188,254,6); }
H1.HeaderClassName
{
color: #BCFE06;
}
.AnyTagClassName
{
color: #BCFE06;
}
</style>
background-color css
<style>
a { background-color: #BCFE06; }
a { background-color: rgb(188,254,6); }
div.DivClassName
{
background-color: #BCFE06;
}
.BgClassName
{
background-color: #BCFE06;
}
</style>
border-color css
<style>
span { border-color: #BCFE06; }
span { border-color: rgb(188,254,6); }
td.TdClassName
{
border-color: #BCFE06;
}
.TagClassName
{
border-color: #BCFE06;
}
</style>