Shades of Electric Lime #BCFD12
Tints of Electric Lime #BCFD12
RGB
CMYK
RGB Variations
Color information
#BCFD12 (or 0xBCFD12) is known color: Electric Lime. HEX triplet: BC, FD and 12. RGB value is (188,253,18). Sum of RGB (Red+Green+Blue) = 188+253+18=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFD12 is #4302ED. Grayscale: #CFCFCF. Windows color (decimal): -4391662 or 1244604. OLE color: 1244604.
HSL color Cylindrical-coordinate representation of color #BCFD12: hue angle of 76.6º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCFD12 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 18 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.01 |
| HSL | 76.6º | 0.98% | 0.53% | - |
| HSV(B) | 76.6º | 0.93% | 0.99% | - |
| XYZ | 55.97 | 80.99 | 13.25 | - |
| YUV | 206.78 | 21.47 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 18 | 0.26 | 0 | 0.93 | 0.01 | 76.6 | 0.98 | 0.53 |
| Hex | BC | FD | 12 | 1A | 0 | 5D | 1 | 4D | 62 | 35 |
| Octal | 274 | 375 | 22 | 32 | 0 | 135 | 1 | 115 | 142 | 65 |
| Binary | 10111100 | 11111101 | 10010 | 11010 | 0 | 1011101 | 1 | 1001101 | 1100010 | 110101 |
Color Harmonies of #BCFD12
Complementary color
Monochromatic Colors of #BCFD12
Black with #BCFD12
Text Example
Text Example
White with #BCFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD12; }
p { color: rgb(188,253,18); }
H1.HeaderClassName
{
color: #BCFD12;
}
.AnyTagClassName
{
color: #BCFD12;
}
</style>
background-color css
<style>
a { background-color: #BCFD12; }
a { background-color: rgb(188,253,18); }
div.DivClassName
{
background-color: #BCFD12;
}
.BgClassName
{
background-color: #BCFD12;
}
</style>
border-color css
<style>
span { border-color: #BCFD12; }
span { border-color: rgb(188,253,18); }
td.TdClassName
{
border-color: #BCFD12;
}
.TagClassName
{
border-color: #BCFD12;
}
</style>