Shades of Electric Lime #BAFD11
Tints of Electric Lime #BAFD11
RGB
CMYK
RGB Variations
Color information
#BAFD11 (or 0xBAFD11) is known color: Electric Lime. HEX triplet: BA, FD and 11. RGB value is (186,253,17). Sum of RGB (Red+Green+Blue) = 186+253+17=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 253 (99.22% from 255 or 55.48% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFD11 is #4502EE. Grayscale: #CECECE. Windows color (decimal): -4522735 or 1179066. OLE color: 1179066.
HSL color Cylindrical-coordinate representation of color #BAFD11: hue angle of 77.03º 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 #BAFD11 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 17 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.01 |
| HSL | 77.03º | 0.98% | 0.53% | - |
| HSV(B) | 77.03º | 0.93% | 0.99% | - |
| XYZ | 55.48 | 80.73 | 13.19 | - |
| YUV | 206.06 | 21.3 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 17 | 0.26 | 0 | 0.93 | 0.01 | 77.03 | 0.98 | 0.53 |
| Hex | BA | FD | 11 | 1A | 0 | 5D | 1 | 4D | 62 | 35 |
| Octal | 272 | 375 | 21 | 32 | 0 | 135 | 1 | 115 | 142 | 65 |
| Binary | 10111010 | 11111101 | 10001 | 11010 | 0 | 1011101 | 1 | 1001101 | 1100010 | 110101 |
Color Harmonies of #BAFD11
Complementary color
Monochromatic Colors of #BAFD11
Black with #BAFD11
Text Example
Text Example
White with #BAFD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFD11; }
p { color: rgb(186,253,17); }
H1.HeaderClassName
{
color: #BAFD11;
}
.AnyTagClassName
{
color: #BAFD11;
}
</style>
background-color css
<style>
a { background-color: #BAFD11; }
a { background-color: rgb(186,253,17); }
div.DivClassName
{
background-color: #BAFD11;
}
.BgClassName
{
background-color: #BAFD11;
}
</style>
border-color css
<style>
span { border-color: #BAFD11; }
span { border-color: rgb(186,253,17); }
td.TdClassName
{
border-color: #BAFD11;
}
.TagClassName
{
border-color: #BAFD11;
}
</style>