Shades of Electric Lime #BAFF11
Tints of Electric Lime #BAFF11
RGB
CMYK
RGB Variations
Color information
#BAFF11 (or 0xBAFF11) is known color: Electric Lime. HEX triplet: BA, FF and 11. RGB value is (186,255,17). Sum of RGB (Red+Green+Blue) = 186+255+17=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF11 is #4500EE. Grayscale: #D0D0D0. Windows color (decimal): -4522223 or 1179578. OLE color: 1179578.
HSL color Cylindrical-coordinate representation of color #BAFF11: hue angle of 77.39º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAFF11 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 17 | - |
| CMYK | 0.27 | 0 | 0.93 | 0 |
| HSL | 77.39º | 1% | 0.53% | - |
| HSV(B) | 77.39º | 0.93% | 1% | - |
| XYZ | 56.11 | 82 | 13.4 | - |
| YUV | 207.24 | 20.64 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 17 | 0.27 | 0 | 0.93 | 0 | 77.39 | 1 | 0.53 |
| Hex | BA | FF | 11 | 1B | 0 | 5D | 0 | 4D | 64 | 35 |
| Octal | 272 | 377 | 21 | 33 | 0 | 135 | 0 | 115 | 144 | 65 |
| Binary | 10111010 | 11111111 | 10001 | 11011 | 0 | 1011101 | 0 | 1001101 | 1100100 | 110101 |
Color Harmonies of #BAFF11
Complementary color
Monochromatic Colors of #BAFF11
Black with #BAFF11
Text Example
Text Example
White with #BAFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF11; }
p { color: rgb(186,255,17); }
H1.HeaderClassName
{
color: #BAFF11;
}
.AnyTagClassName
{
color: #BAFF11;
}
</style>
background-color css
<style>
a { background-color: #BAFF11; }
a { background-color: rgb(186,255,17); }
div.DivClassName
{
background-color: #BAFF11;
}
.BgClassName
{
background-color: #BAFF11;
}
</style>
border-color css
<style>
span { border-color: #BAFF11; }
span { border-color: rgb(186,255,17); }
td.TdClassName
{
border-color: #BAFF11;
}
.TagClassName
{
border-color: #BAFF11;
}
</style>