Shades of Electric Lime #BAFF12
Tints of Electric Lime #BAFF12
RGB
CMYK
RGB Variations
Color information
#BAFF12 (or 0xBAFF12) is known color: Electric Lime. HEX triplet: BA, FF and 12. RGB value is (186,255,18). Sum of RGB (Red+Green+Blue) = 186+255+18=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF12 is #4500ED. Grayscale: #D0D0D0. Windows color (decimal): -4522222 or 1245114. OLE color: 1245114.
HSL color Cylindrical-coordinate representation of color #BAFF12: hue angle of 77.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAFF12 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 18 | - |
| CMYK | 0.27 | 0 | 0.93 | 0 |
| HSL | 77.47º | 1% | 0.54% | - |
| HSV(B) | 77.47º | 0.93% | 1% | - |
| XYZ | 56.12 | 82 | 13.44 | - |
| YUV | 207.35 | 21.14 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 18 | 0.27 | 0 | 0.93 | 0 | 77.47 | 1 | 0.54 |
| Hex | BA | FF | 12 | 1B | 0 | 5D | 0 | 4D | 64 | 36 |
| Octal | 272 | 377 | 22 | 33 | 0 | 135 | 0 | 115 | 144 | 66 |
| Binary | 10111010 | 11111111 | 10010 | 11011 | 0 | 1011101 | 0 | 1001101 | 1100100 | 110110 |
Color Harmonies of #BAFF12
Complementary color
Monochromatic Colors of #BAFF12
Black with #BAFF12
Text Example
Text Example
White with #BAFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF12; }
p { color: rgb(186,255,18); }
H1.HeaderClassName
{
color: #BAFF12;
}
.AnyTagClassName
{
color: #BAFF12;
}
</style>
background-color css
<style>
a { background-color: #BAFF12; }
a { background-color: rgb(186,255,18); }
div.DivClassName
{
background-color: #BAFF12;
}
.BgClassName
{
background-color: #BAFF12;
}
</style>
border-color css
<style>
span { border-color: #BAFF12; }
span { border-color: rgb(186,255,18); }
td.TdClassName
{
border-color: #BAFF12;
}
.TagClassName
{
border-color: #BAFF12;
}
</style>