Shades of Electric Lime #BAF80A
Tints of Electric Lime #BAF80A
RGB
CMYK
RGB Variations
Color information
#BAF80A (or 0xBAF80A) is known color: Electric Lime. HEX triplet: BA, F8 and 0A. RGB value is (186,248,10). Sum of RGB (Red+Green+Blue) = 186+248+10=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 248 (97.27% from 255 or 55.86% from 444); Blue value is 10 (4.30% from 255 or 2.25% from 444); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF80A is #4507F5. Grayscale: #CBCBCB. Windows color (decimal): -4524022 or 719034. OLE color: 719034.
HSL color Cylindrical-coordinate representation of color #BAF80A: hue angle of 75.63º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAF80A is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 10 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.03 |
| HSL | 75.63º | 0.94% | 0.51% | - |
| HSV(B) | 75.63º | 0.96% | 0.97% | - |
| XYZ | 53.87 | 77.6 | 12.43 | - |
| YUV | 202.33 | 19.46 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 10 | 0.25 | 0 | 0.96 | 0.03 | 75.63 | 0.94 | 0.51 |
| Hex | BA | F8 | A | 19 | 0 | 60 | 3 | 4C | 5E | 33 |
| Octal | 272 | 370 | 12 | 31 | 0 | 140 | 3 | 114 | 136 | 63 |
| Binary | 10111010 | 11111000 | 1010 | 11001 | 0 | 1100000 | 11 | 1001100 | 1011110 | 110011 |
Color Harmonies of #BAF80A
Complementary color
Monochromatic Colors of #BAF80A
Black with #BAF80A
Text Example
Text Example
White with #BAF80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF80A; }
p { color: rgb(186,248,10); }
H1.HeaderClassName
{
color: #BAF80A;
}
.AnyTagClassName
{
color: #BAF80A;
}
</style>
background-color css
<style>
a { background-color: #BAF80A; }
a { background-color: rgb(186,248,10); }
div.DivClassName
{
background-color: #BAF80A;
}
.BgClassName
{
background-color: #BAF80A;
}
</style>
border-color css
<style>
span { border-color: #BAF80A; }
span { border-color: rgb(186,248,10); }
td.TdClassName
{
border-color: #BAF80A;
}
.TagClassName
{
border-color: #BAF80A;
}
</style>