Shades of Electric Lime #BAF805
Tints of Electric Lime #BAF805
RGB
CMYK
RGB Variations
Color information
#BAF805 (or 0xBAF805) is known color: Electric Lime. HEX triplet: BA, F8 and 05. RGB value is (186,248,5). Sum of RGB (Red+Green+Blue) = 186+248+5=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 248 (97.27% from 255 or 56.49% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF805 is #4507FA. Grayscale: #CACACA. Windows color (decimal): -4524027 or 391354. OLE color: 391354.
HSL color Cylindrical-coordinate representation of color #BAF805: hue angle of 75.31º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAF805 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 5 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.03 |
| HSL | 75.31º | 0.96% | 0.5% | - |
| HSV(B) | 75.31º | 0.98% | 0.97% | - |
| XYZ | 53.84 | 77.58 | 12.28 | - |
| YUV | 201.76 | 16.96 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 5 | 0.25 | 0 | 0.98 | 0.03 | 75.31 | 0.96 | 0.5 |
| Hex | BA | F8 | 5 | 19 | 0 | 62 | 3 | 4B | 60 | 32 |
| Octal | 272 | 370 | 5 | 31 | 0 | 142 | 3 | 113 | 140 | 62 |
| Binary | 10111010 | 11111000 | 101 | 11001 | 0 | 1100010 | 11 | 1001011 | 1100000 | 110010 |
Color Harmonies of #BAF805
Complementary color
Monochromatic Colors of #BAF805
Black with #BAF805
Text Example
Text Example
White with #BAF805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF805; }
p { color: rgb(186,248,5); }
H1.HeaderClassName
{
color: #BAF805;
}
.AnyTagClassName
{
color: #BAF805;
}
</style>
background-color css
<style>
a { background-color: #BAF805; }
a { background-color: rgb(186,248,5); }
div.DivClassName
{
background-color: #BAF805;
}
.BgClassName
{
background-color: #BAF805;
}
</style>
border-color css
<style>
span { border-color: #BAF805; }
span { border-color: rgb(186,248,5); }
td.TdClassName
{
border-color: #BAF805;
}
.TagClassName
{
border-color: #BAF805;
}
</style>