Shades of Electric Lime #BCFD17
Tints of Electric Lime #BCFD17
RGB
CMYK
RGB Variations
Color information
#BCFD17 (or 0xBCFD17) is known color: Electric Lime. HEX triplet: BC, FD and 17. RGB value is (188,253,23). Sum of RGB (Red+Green+Blue) = 188+253+23=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 23 (9.38% from 255 or 4.96% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD17 is #4302E8. Grayscale: #D0D0D0. Windows color (decimal): -4391657 or 1572284. OLE color: 1572284.
HSL color Cylindrical-coordinate representation of color #BCFD17: hue angle of 76.96º 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 #BCFD17 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 23 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.01 |
| HSL | 76.96º | 0.98% | 0.54% | - |
| HSV(B) | 76.96º | 0.91% | 0.99% | - |
| XYZ | 56.02 | 81 | 13.49 | - |
| YUV | 207.35 | 23.97 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 23 | 0.26 | 0 | 0.91 | 0.01 | 76.96 | 0.98 | 0.54 |
| Hex | BC | FD | 17 | 1A | 0 | 5B | 1 | 4D | 62 | 36 |
| Octal | 274 | 375 | 27 | 32 | 0 | 133 | 1 | 115 | 142 | 66 |
| Binary | 10111100 | 11111101 | 10111 | 11010 | 0 | 1011011 | 1 | 1001101 | 1100010 | 110110 |
Color Harmonies of #BCFD17
Complementary color
Monochromatic Colors of #BCFD17
Black with #BCFD17
Text Example
Text Example
White with #BCFD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD17; }
p { color: rgb(188,253,23); }
H1.HeaderClassName
{
color: #BCFD17;
}
.AnyTagClassName
{
color: #BCFD17;
}
</style>
background-color css
<style>
a { background-color: #BCFD17; }
a { background-color: rgb(188,253,23); }
div.DivClassName
{
background-color: #BCFD17;
}
.BgClassName
{
background-color: #BCFD17;
}
</style>
border-color css
<style>
span { border-color: #BCFD17; }
span { border-color: rgb(188,253,23); }
td.TdClassName
{
border-color: #BCFD17;
}
.TagClassName
{
border-color: #BCFD17;
}
</style>