Shades of Electric Lime #BAFF10
Tints of Electric Lime #BAFF10
RGB
CMYK
RGB Variations
Color information
#BAFF10 (or 0xBAFF10) is known color: Electric Lime. HEX triplet: BA, FF and 10. RGB value is (186,255,16). Sum of RGB (Red+Green+Blue) = 186+255+16=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF10 is #4500EF. Grayscale: #D0D0D0. Windows color (decimal): -4522224 or 1114042. OLE color: 1114042.
HSL color Cylindrical-coordinate representation of color #BAFF10: hue angle of 77.32º 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 #BAFF10 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 16 | - |
| CMYK | 0.27 | 0 | 0.94 | 0 |
| HSL | 77.32º | 1% | 0.53% | - |
| HSV(B) | 77.32º | 0.94% | 1% | - |
| XYZ | 56.1 | 82 | 13.36 | - |
| YUV | 207.12 | 20.14 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 16 | 0.27 | 0 | 0.94 | 0 | 77.32 | 1 | 0.53 |
| Hex | BA | FF | 10 | 1B | 0 | 5E | 0 | 4D | 64 | 35 |
| Octal | 272 | 377 | 20 | 33 | 0 | 136 | 0 | 115 | 144 | 65 |
| Binary | 10111010 | 11111111 | 10000 | 11011 | 0 | 1011110 | 0 | 1001101 | 1100100 | 110101 |
Color Harmonies of #BAFF10
Complementary color
Monochromatic Colors of #BAFF10
Black with #BAFF10
Text Example
Text Example
White with #BAFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF10; }
p { color: rgb(186,255,16); }
H1.HeaderClassName
{
color: #BAFF10;
}
.AnyTagClassName
{
color: #BAFF10;
}
</style>
background-color css
<style>
a { background-color: #BAFF10; }
a { background-color: rgb(186,255,16); }
div.DivClassName
{
background-color: #BAFF10;
}
.BgClassName
{
background-color: #BAFF10;
}
</style>
border-color css
<style>
span { border-color: #BAFF10; }
span { border-color: rgb(186,255,16); }
td.TdClassName
{
border-color: #BAFF10;
}
.TagClassName
{
border-color: #BAFF10;
}
</style>