Shades of Electric Lime #BAFF0E
Tints of Electric Lime #BAFF0E
RGB
CMYK
RGB Variations
Color information
#BAFF0E (or 0xBAFF0E) is known color: Electric Lime. HEX triplet: BA, FF and 0E. RGB value is (186,255,14). Sum of RGB (Red+Green+Blue) = 186+255+14=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF0E is #4500F1. Grayscale: #CFCFCF. Windows color (decimal): -4522226 or 982970. OLE color: 982970.
HSL color Cylindrical-coordinate representation of color #BAFF0E: hue angle of 77.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAFF0E is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 14 | - |
| CMYK | 0.27 | 0 | 0.95 | 0 |
| HSL | 77.18º | 1% | 0.53% | - |
| HSV(B) | 77.18º | 0.95% | 1% | - |
| XYZ | 56.09 | 81.99 | 13.29 | - |
| YUV | 206.9 | 19.14 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 14 | 0.27 | 0 | 0.95 | 0 | 77.18 | 1 | 0.53 |
| Hex | BA | FF | E | 1B | 0 | 5F | 0 | 4D | 64 | 35 |
| Octal | 272 | 377 | 16 | 33 | 0 | 137 | 0 | 115 | 144 | 65 |
| Binary | 10111010 | 11111111 | 1110 | 11011 | 0 | 1011111 | 0 | 1001101 | 1100100 | 110101 |
Color Harmonies of #BAFF0E
Complementary color
Monochromatic Colors of #BAFF0E
Black with #BAFF0E
Text Example
Text Example
White with #BAFF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF0E; }
p { color: rgb(186,255,14); }
H1.HeaderClassName
{
color: #BAFF0E;
}
.AnyTagClassName
{
color: #BAFF0E;
}
</style>
background-color css
<style>
a { background-color: #BAFF0E; }
a { background-color: rgb(186,255,14); }
div.DivClassName
{
background-color: #BAFF0E;
}
.BgClassName
{
background-color: #BAFF0E;
}
</style>
border-color css
<style>
span { border-color: #BAFF0E; }
span { border-color: rgb(186,255,14); }
td.TdClassName
{
border-color: #BAFF0E;
}
.TagClassName
{
border-color: #BAFF0E;
}
</style>