Shades of Electric Lime #BAF508
Tints of Electric Lime #BAF508
RGB
CMYK
RGB Variations
Color information
#BAF508 (or 0xBAF508) is known color: Electric Lime. HEX triplet: BA, F5 and 08. RGB value is (186,245,8). Sum of RGB (Red+Green+Blue) = 186+245+8=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 245 (96.09% from 255 or 55.81% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF508 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF508 is #450AF7. Grayscale: #C9C9C9. Windows color (decimal): -4524792 or 587194. OLE color: 587194.
HSL color Cylindrical-coordinate representation of color #BAF508: hue angle of 74.94º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAF508 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 8 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.04 |
| HSL | 74.94º | 0.94% | 0.5% | - |
| HSV(B) | 74.94º | 0.97% | 0.96% | - |
| XYZ | 52.95 | 75.76 | 12.06 | - |
| YUV | 200.34 | 19.45 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 8 | 0.24 | 0 | 0.97 | 0.04 | 74.94 | 0.94 | 0.5 |
| Hex | BA | F5 | 8 | 18 | 0 | 61 | 4 | 4B | 5E | 32 |
| Octal | 272 | 365 | 10 | 30 | 0 | 141 | 4 | 113 | 136 | 62 |
| Binary | 10111010 | 11110101 | 1000 | 11000 | 0 | 1100001 | 100 | 1001011 | 1011110 | 110010 |
Color Harmonies of #BAF508
Complementary color
Monochromatic Colors of #BAF508
Black with #BAF508
Text Example
Text Example
White with #BAF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF508; }
p { color: rgb(186,245,8); }
H1.HeaderClassName
{
color: #BAF508;
}
.AnyTagClassName
{
color: #BAF508;
}
</style>
background-color css
<style>
a { background-color: #BAF508; }
a { background-color: rgb(186,245,8); }
div.DivClassName
{
background-color: #BAF508;
}
.BgClassName
{
background-color: #BAF508;
}
</style>
border-color css
<style>
span { border-color: #BAF508; }
span { border-color: rgb(186,245,8); }
td.TdClassName
{
border-color: #BAF508;
}
.TagClassName
{
border-color: #BAF508;
}
</style>