Shades of Electric Lime #BCFF14
Tints of Electric Lime #BCFF14
RGB
CMYK
RGB Variations
Color information
#BCFF14 (or 0xBCFF14) is known color: Electric Lime. HEX triplet: BC, FF and 14. RGB value is (188,255,20). Sum of RGB (Red+Green+Blue) = 188+255+20=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFF14 is #4300EB. Grayscale: #D1D1D1. Windows color (decimal): -4391148 or 1376188. OLE color: 1376188.
HSL color Cylindrical-coordinate representation of color #BCFF14: hue angle of 77.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCFF14 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 20 | - |
| CMYK | 0.26 | 0 | 0.92 | 0 |
| HSL | 77.11º | 1% | 0.54% | - |
| HSV(B) | 77.11º | 0.92% | 1% | - |
| XYZ | 56.63 | 82.26 | 13.56 | - |
| YUV | 208.18 | 21.8 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 20 | 0.26 | 0 | 0.92 | 0 | 77.11 | 1 | 0.54 |
| Hex | BC | FF | 14 | 1A | 0 | 5C | 0 | 4D | 64 | 36 |
| Octal | 274 | 377 | 24 | 32 | 0 | 134 | 0 | 115 | 144 | 66 |
| Binary | 10111100 | 11111111 | 10100 | 11010 | 0 | 1011100 | 0 | 1001101 | 1100100 | 110110 |
Color Harmonies of #BCFF14
Complementary color
Monochromatic Colors of #BCFF14
Black with #BCFF14
Text Example
Text Example
White with #BCFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF14; }
p { color: rgb(188,255,20); }
H1.HeaderClassName
{
color: #BCFF14;
}
.AnyTagClassName
{
color: #BCFF14;
}
</style>
background-color css
<style>
a { background-color: #BCFF14; }
a { background-color: rgb(188,255,20); }
div.DivClassName
{
background-color: #BCFF14;
}
.BgClassName
{
background-color: #BCFF14;
}
</style>
border-color css
<style>
span { border-color: #BCFF14; }
span { border-color: rgb(188,255,20); }
td.TdClassName
{
border-color: #BCFF14;
}
.TagClassName
{
border-color: #BCFF14;
}
</style>