Shades of Electric Lime #BAFC11
Tints of Electric Lime #BAFC11
RGB
CMYK
RGB Variations
Color information
#BAFC11 (or 0xBAFC11) is known color: Electric Lime. HEX triplet: BA, FC and 11. RGB value is (186,252,17). Sum of RGB (Red+Green+Blue) = 186+252+17=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 252 (98.83% from 255 or 55.38% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFC11 is #4503EE. Grayscale: #CECECE. Windows color (decimal): -4522991 or 1178810. OLE color: 1178810.
HSL color Cylindrical-coordinate representation of color #BAFC11: hue angle of 76.85º 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 #BAFC11 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 17 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.01 |
| HSL | 76.85º | 0.98% | 0.53% | - |
| HSV(B) | 76.85º | 0.93% | 0.99% | - |
| XYZ | 55.16 | 80.1 | 13.08 | - |
| YUV | 205.48 | 21.63 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 17 | 0.26 | 0 | 0.93 | 0.01 | 76.85 | 0.98 | 0.53 |
| Hex | BA | FC | 11 | 1A | 0 | 5D | 1 | 4D | 62 | 35 |
| Octal | 272 | 374 | 21 | 32 | 0 | 135 | 1 | 115 | 142 | 65 |
| Binary | 10111010 | 11111100 | 10001 | 11010 | 0 | 1011101 | 1 | 1001101 | 1100010 | 110101 |
Color Harmonies of #BAFC11
Complementary color
Monochromatic Colors of #BAFC11
Black with #BAFC11
Text Example
Text Example
White with #BAFC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC11; }
p { color: rgb(186,252,17); }
H1.HeaderClassName
{
color: #BAFC11;
}
.AnyTagClassName
{
color: #BAFC11;
}
</style>
background-color css
<style>
a { background-color: #BAFC11; }
a { background-color: rgb(186,252,17); }
div.DivClassName
{
background-color: #BAFC11;
}
.BgClassName
{
background-color: #BAFC11;
}
</style>
border-color css
<style>
span { border-color: #BAFC11; }
span { border-color: rgb(186,252,17); }
td.TdClassName
{
border-color: #BAFC11;
}
.TagClassName
{
border-color: #BAFC11;
}
</style>