Shades of Electric Lime #BAFA0A
Tints of Electric Lime #BAFA0A
RGB
CMYK
RGB Variations
Color information
#BAFA0A (or 0xBAFA0A) is known color: Electric Lime. HEX triplet: BA, FA and 0A. RGB value is (186,250,10). Sum of RGB (Red+Green+Blue) = 186+250+10=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFA0A is #4505F5. Grayscale: #CCCCCC. Windows color (decimal): -4523510 or 719546. OLE color: 719546.
HSL color Cylindrical-coordinate representation of color #BAFA0A: hue angle of 76º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAFA0A is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 10 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.02 |
| HSL | 76º | 0.96% | 0.51% | - |
| HSV(B) | 76º | 0.96% | 0.98% | - |
| XYZ | 54.49 | 78.83 | 12.63 | - |
| YUV | 203.5 | 18.8 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 10 | 0.26 | 0 | 0.96 | 0.02 | 76 | 0.96 | 0.51 |
| Hex | BA | FA | A | 1A | 0 | 60 | 2 | 4C | 60 | 33 |
| Octal | 272 | 372 | 12 | 32 | 0 | 140 | 2 | 114 | 140 | 63 |
| Binary | 10111010 | 11111010 | 1010 | 11010 | 0 | 1100000 | 10 | 1001100 | 1100000 | 110011 |
Color Harmonies of #BAFA0A
Complementary color
Monochromatic Colors of #BAFA0A
Black with #BAFA0A
Text Example
Text Example
White with #BAFA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA0A; }
p { color: rgb(186,250,10); }
H1.HeaderClassName
{
color: #BAFA0A;
}
.AnyTagClassName
{
color: #BAFA0A;
}
</style>
background-color css
<style>
a { background-color: #BAFA0A; }
a { background-color: rgb(186,250,10); }
div.DivClassName
{
background-color: #BAFA0A;
}
.BgClassName
{
background-color: #BAFA0A;
}
</style>
border-color css
<style>
span { border-color: #BAFA0A; }
span { border-color: rgb(186,250,10); }
td.TdClassName
{
border-color: #BAFA0A;
}
.TagClassName
{
border-color: #BAFA0A;
}
</style>