Shades of Electric Lime #BAFF0F
Tints of Electric Lime #BAFF0F
RGB
CMYK
RGB Variations
Color information
#BAFF0F (or 0xBAFF0F) is known color: Electric Lime. HEX triplet: BA, FF and 0F. RGB value is (186,255,15). Sum of RGB (Red+Green+Blue) = 186+255+15=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 15 (6.25% from 255 or 3.29% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF0F is #4500F0. Grayscale: #CFCFCF. Windows color (decimal): -4522225 or 1048506. OLE color: 1048506.
HSL color Cylindrical-coordinate representation of color #BAFF0F: hue angle of 77.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAFF0F is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 15 | - |
| CMYK | 0.27 | 0 | 0.94 | 0 |
| HSL | 77.25º | 1% | 0.53% | - |
| HSV(B) | 77.25º | 0.94% | 1% | - |
| XYZ | 56.1 | 81.99 | 13.32 | - |
| YUV | 207.01 | 19.64 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 15 | 0.27 | 0 | 0.94 | 0 | 77.25 | 1 | 0.53 |
| Hex | BA | FF | F | 1B | 0 | 5E | 0 | 4D | 64 | 35 |
| Octal | 272 | 377 | 17 | 33 | 0 | 136 | 0 | 115 | 144 | 65 |
| Binary | 10111010 | 11111111 | 1111 | 11011 | 0 | 1011110 | 0 | 1001101 | 1100100 | 110101 |
Color Harmonies of #BAFF0F
Complementary color
Monochromatic Colors of #BAFF0F
Black with #BAFF0F
Text Example
Text Example
White with #BAFF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF0F; }
p { color: rgb(186,255,15); }
H1.HeaderClassName
{
color: #BAFF0F;
}
.AnyTagClassName
{
color: #BAFF0F;
}
</style>
background-color css
<style>
a { background-color: #BAFF0F; }
a { background-color: rgb(186,255,15); }
div.DivClassName
{
background-color: #BAFF0F;
}
.BgClassName
{
background-color: #BAFF0F;
}
</style>
border-color css
<style>
span { border-color: #BAFF0F; }
span { border-color: rgb(186,255,15); }
td.TdClassName
{
border-color: #BAFF0F;
}
.TagClassName
{
border-color: #BAFF0F;
}
</style>