Shades of Electric Lime #BCFD14
Tints of Electric Lime #BCFD14
RGB
CMYK
RGB Variations
Color information
#BCFD14 (or 0xBCFD14) is known color: Electric Lime. HEX triplet: BC, FD and 14. RGB value is (188,253,20). Sum of RGB (Red+Green+Blue) = 188+253+20=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 20 (8.20% from 255 or 4.34% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD14 is #4302EB. Grayscale: #CFCFCF. Windows color (decimal): -4391660 or 1375676. OLE color: 1375676.
HSL color Cylindrical-coordinate representation of color #BCFD14: hue angle of 76.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCFD14 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 20 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.01 |
| HSL | 76.74º | 0.98% | 0.54% | - |
| HSV(B) | 76.74º | 0.92% | 0.99% | - |
| XYZ | 55.99 | 80.99 | 13.34 | - |
| YUV | 207 | 22.47 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 20 | 0.26 | 0 | 0.92 | 0.01 | 76.74 | 0.98 | 0.54 |
| Hex | BC | FD | 14 | 1A | 0 | 5C | 1 | 4D | 62 | 36 |
| Octal | 274 | 375 | 24 | 32 | 0 | 134 | 1 | 115 | 142 | 66 |
| Binary | 10111100 | 11111101 | 10100 | 11010 | 0 | 1011100 | 1 | 1001101 | 1100010 | 110110 |
Color Harmonies of #BCFD14
Complementary color
Monochromatic Colors of #BCFD14
Black with #BCFD14
Text Example
Text Example
White with #BCFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD14; }
p { color: rgb(188,253,20); }
H1.HeaderClassName
{
color: #BCFD14;
}
.AnyTagClassName
{
color: #BCFD14;
}
</style>
background-color css
<style>
a { background-color: #BCFD14; }
a { background-color: rgb(188,253,20); }
div.DivClassName
{
background-color: #BCFD14;
}
.BgClassName
{
background-color: #BCFD14;
}
</style>
border-color css
<style>
span { border-color: #BCFD14; }
span { border-color: rgb(188,253,20); }
td.TdClassName
{
border-color: #BCFD14;
}
.TagClassName
{
border-color: #BCFD14;
}
</style>