Shades of Electric Lime #BCFC03
Tints of Electric Lime #BCFC03
RGB
CMYK
RGB Variations
Color information
#BCFC03 (or 0xBCFC03) is known color: Electric Lime. HEX triplet: BC, FC and 03. RGB value is (188,252,3). Sum of RGB (Red+Green+Blue) = 188+252+3=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC03 is #4303FC. Grayscale: #CDCDCD. Windows color (decimal): -4391933 or 261308. OLE color: 261308.
HSL color Cylindrical-coordinate representation of color #BCFC03: hue angle of 75.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCFC03 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 3 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.01 |
| HSL | 75.42º | 0.98% | 0.5% | - |
| HSV(B) | 75.42º | 0.99% | 0.99% | - |
| XYZ | 55.57 | 80.32 | 12.66 | - |
| YUV | 204.48 | 14.3 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 3 | 0.25 | 0 | 0.99 | 0.01 | 75.42 | 0.98 | 0.5 |
| Hex | BC | FC | 3 | 19 | 0 | 63 | 1 | 4B | 62 | 32 |
| Octal | 274 | 374 | 3 | 31 | 0 | 143 | 1 | 113 | 142 | 62 |
| Binary | 10111100 | 11111100 | 11 | 11001 | 0 | 1100011 | 1 | 1001011 | 1100010 | 110010 |
Color Harmonies of #BCFC03
Complementary color
Monochromatic Colors of #BCFC03
Black with #BCFC03
Text Example
Text Example
White with #BCFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC03; }
p { color: rgb(188,252,3); }
H1.HeaderClassName
{
color: #BCFC03;
}
.AnyTagClassName
{
color: #BCFC03;
}
</style>
background-color css
<style>
a { background-color: #BCFC03; }
a { background-color: rgb(188,252,3); }
div.DivClassName
{
background-color: #BCFC03;
}
.BgClassName
{
background-color: #BCFC03;
}
</style>
border-color css
<style>
span { border-color: #BCFC03; }
span { border-color: rgb(188,252,3); }
td.TdClassName
{
border-color: #BCFC03;
}
.TagClassName
{
border-color: #BCFC03;
}
</style>