Shades of Electric Lime #BCFD16
Tints of Electric Lime #BCFD16
RGB
CMYK
RGB Variations
Color information
#BCFD16 (or 0xBCFD16) is known color: Electric Lime. HEX triplet: BC, FD and 16. RGB value is (188,253,22). Sum of RGB (Red+Green+Blue) = 188+253+22=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD16 is #4302E9. Grayscale: #D0D0D0. Windows color (decimal): -4391658 or 1506748. OLE color: 1506748.
HSL color Cylindrical-coordinate representation of color #BCFD16: hue angle of 76.88º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCFD16 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 22 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.01 |
| HSL | 76.88º | 0.98% | 0.54% | - |
| HSV(B) | 76.88º | 0.91% | 0.99% | - |
| XYZ | 56.01 | 81 | 13.44 | - |
| YUV | 207.23 | 23.47 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 22 | 0.26 | 0 | 0.91 | 0.01 | 76.88 | 0.98 | 0.54 |
| Hex | BC | FD | 16 | 1A | 0 | 5B | 1 | 4D | 62 | 36 |
| Octal | 274 | 375 | 26 | 32 | 0 | 133 | 1 | 115 | 142 | 66 |
| Binary | 10111100 | 11111101 | 10110 | 11010 | 0 | 1011011 | 1 | 1001101 | 1100010 | 110110 |
Color Harmonies of #BCFD16
Complementary color
Monochromatic Colors of #BCFD16
Black with #BCFD16
Text Example
Text Example
White with #BCFD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD16; }
p { color: rgb(188,253,22); }
H1.HeaderClassName
{
color: #BCFD16;
}
.AnyTagClassName
{
color: #BCFD16;
}
</style>
background-color css
<style>
a { background-color: #BCFD16; }
a { background-color: rgb(188,253,22); }
div.DivClassName
{
background-color: #BCFD16;
}
.BgClassName
{
background-color: #BCFD16;
}
</style>
border-color css
<style>
span { border-color: #BCFD16; }
span { border-color: rgb(188,253,22); }
td.TdClassName
{
border-color: #BCFD16;
}
.TagClassName
{
border-color: #BCFD16;
}
</style>