Shades of Electric Lime #BCFC02
Tints of Electric Lime #BCFC02
RGB
CMYK
RGB Variations
Color information
#BCFC02 (or 0xBCFC02) is known color: Electric Lime. HEX triplet: BC, FC and 02. RGB value is (188,252,2). Sum of RGB (Red+Green+Blue) = 188+252+2=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFC02 is #4303FD. Grayscale: #CDCDCD. Windows color (decimal): -4391934 or 195772. OLE color: 195772.
HSL color Cylindrical-coordinate representation of color #BCFC02: hue angle of 75.36º 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 #BCFC02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.01 |
| HSL | 75.36º | 0.98% | 0.5% | - |
| HSV(B) | 75.36º | 0.99% | 0.99% | - |
| XYZ | 55.56 | 80.32 | 12.63 | - |
| YUV | 204.36 | 13.8 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 2 | 0.25 | 0 | 0.99 | 0.01 | 75.36 | 0.98 | 0.5 |
| Hex | BC | FC | 2 | 19 | 0 | 63 | 1 | 4B | 62 | 32 |
| Octal | 274 | 374 | 2 | 31 | 0 | 143 | 1 | 113 | 142 | 62 |
| Binary | 10111100 | 11111100 | 10 | 11001 | 0 | 1100011 | 1 | 1001011 | 1100010 | 110010 |
Color Harmonies of #BCFC02
Complementary color
Monochromatic Colors of #BCFC02
Black with #BCFC02
Text Example
Text Example
White with #BCFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC02; }
p { color: rgb(188,252,2); }
H1.HeaderClassName
{
color: #BCFC02;
}
.AnyTagClassName
{
color: #BCFC02;
}
</style>
background-color css
<style>
a { background-color: #BCFC02; }
a { background-color: rgb(188,252,2); }
div.DivClassName
{
background-color: #BCFC02;
}
.BgClassName
{
background-color: #BCFC02;
}
</style>
border-color css
<style>
span { border-color: #BCFC02; }
span { border-color: rgb(188,252,2); }
td.TdClassName
{
border-color: #BCFC02;
}
.TagClassName
{
border-color: #BCFC02;
}
</style>