Shades of Electric Lime #BAFF08
Tints of Electric Lime #BAFF08
RGB
CMYK
RGB Variations
Color information
#BAFF08 (or 0xBAFF08) is known color: Electric Lime. HEX triplet: BA, FF and 08. RGB value is (186,255,8). Sum of RGB (Red+Green+Blue) = 186+255+8=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF08 is #4500F7. Grayscale: #CFCFCF. Windows color (decimal): -4522232 or 589754. OLE color: 589754.
HSL color Cylindrical-coordinate representation of color #BAFF08: hue angle of 76.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAFF08 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 8 | - |
| CMYK | 0.27 | 0 | 0.97 | 0 |
| HSL | 76.76º | 1% | 0.52% | - |
| HSV(B) | 76.76º | 0.97% | 1% | - |
| XYZ | 56.05 | 81.98 | 13.1 | - |
| YUV | 206.21 | 16.14 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 8 | 0.27 | 0 | 0.97 | 0 | 76.76 | 1 | 0.52 |
| Hex | BA | FF | 8 | 1B | 0 | 61 | 0 | 4D | 64 | 34 |
| Octal | 272 | 377 | 10 | 33 | 0 | 141 | 0 | 115 | 144 | 64 |
| Binary | 10111010 | 11111111 | 1000 | 11011 | 0 | 1100001 | 0 | 1001101 | 1100100 | 110100 |
Color Harmonies of #BAFF08
Complementary color
Monochromatic Colors of #BAFF08
Black with #BAFF08
Text Example
Text Example
White with #BAFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF08; }
p { color: rgb(186,255,8); }
H1.HeaderClassName
{
color: #BAFF08;
}
.AnyTagClassName
{
color: #BAFF08;
}
</style>
background-color css
<style>
a { background-color: #BAFF08; }
a { background-color: rgb(186,255,8); }
div.DivClassName
{
background-color: #BAFF08;
}
.BgClassName
{
background-color: #BAFF08;
}
</style>
border-color css
<style>
span { border-color: #BAFF08; }
span { border-color: rgb(186,255,8); }
td.TdClassName
{
border-color: #BAFF08;
}
.TagClassName
{
border-color: #BAFF08;
}
</style>