Shades of Electric Lime #BCFC08
Tints of Electric Lime #BCFC08
RGB
CMYK
RGB Variations
Color information
#BCFC08 (or 0xBCFC08) is known color: Electric Lime. HEX triplet: BC, FC and 08. RGB value is (188,252,8). Sum of RGB (Red+Green+Blue) = 188+252+8=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 8 (3.52% from 255 or 1.79% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC08 is #4303F7. Grayscale: #CDCDCD. Windows color (decimal): -4391928 or 588988. OLE color: 588988.
HSL color Cylindrical-coordinate representation of color #BCFC08: hue angle of 75.74º 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 #BCFC08 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 8 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.01 |
| HSL | 75.74º | 0.98% | 0.51% | - |
| HSV(B) | 75.74º | 0.97% | 0.99% | - |
| XYZ | 55.59 | 80.33 | 12.8 | - |
| YUV | 205.05 | 16.8 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 8 | 0.25 | 0 | 0.97 | 0.01 | 75.74 | 0.98 | 0.51 |
| Hex | BC | FC | 8 | 19 | 0 | 61 | 1 | 4C | 62 | 33 |
| Octal | 274 | 374 | 10 | 31 | 0 | 141 | 1 | 114 | 142 | 63 |
| Binary | 10111100 | 11111100 | 1000 | 11001 | 0 | 1100001 | 1 | 1001100 | 1100010 | 110011 |
Color Harmonies of #BCFC08
Complementary color
Monochromatic Colors of #BCFC08
Black with #BCFC08
Text Example
Text Example
White with #BCFC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC08; }
p { color: rgb(188,252,8); }
H1.HeaderClassName
{
color: #BCFC08;
}
.AnyTagClassName
{
color: #BCFC08;
}
</style>
background-color css
<style>
a { background-color: #BCFC08; }
a { background-color: rgb(188,252,8); }
div.DivClassName
{
background-color: #BCFC08;
}
.BgClassName
{
background-color: #BCFC08;
}
</style>
border-color css
<style>
span { border-color: #BCFC08; }
span { border-color: rgb(188,252,8); }
td.TdClassName
{
border-color: #BCFC08;
}
.TagClassName
{
border-color: #BCFC08;
}
</style>