Shades of Electric Lime #BAFA00
Tints of Electric Lime #BAFA00
RGB
CMYK
RGB Variations
Color information
#BAFA00 (or 0xBAFA00) is known color: Electric Lime. HEX triplet: BA, FA and 00. RGB value is (186,250,0). Sum of RGB (Red+Green+Blue) = 186+250+0=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFA00 is #4505FF. Grayscale: #CBCBCB. Windows color (decimal): -4523520 or 64186. OLE color: 64186.
HSL color Cylindrical-coordinate representation of color #BAFA00: hue angle of 75.36º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAFA00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.02 |
| HSL | 75.36º | 1% | 0.49% | - |
| HSV(B) | 75.36º | 1% | 0.98% | - |
| XYZ | 54.44 | 78.81 | 12.34 | - |
| YUV | 202.36 | 13.8 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 0 | 0.26 | 0 | 1 | 0.02 | 75.36 | 1 | 0.49 |
| Hex | BA | FA | 0 | 1A | 0 | 64 | 2 | 4B | 64 | 31 |
| Octal | 272 | 372 | 0 | 32 | 0 | 144 | 2 | 113 | 144 | 61 |
| Binary | 10111010 | 11111010 | 0 | 11010 | 0 | 1100100 | 10 | 1001011 | 1100100 | 110001 |
Color Harmonies of #BAFA00
Complementary color
Monochromatic Colors of #BAFA00
Black with #BAFA00
Text Example
Text Example
White with #BAFA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA00; }
p { color: rgb(186,250,0); }
H1.HeaderClassName
{
color: #BAFA00;
}
.AnyTagClassName
{
color: #BAFA00;
}
</style>
background-color css
<style>
a { background-color: #BAFA00; }
a { background-color: rgb(186,250,0); }
div.DivClassName
{
background-color: #BAFA00;
}
.BgClassName
{
background-color: #BAFA00;
}
</style>
border-color css
<style>
span { border-color: #BAFA00; }
span { border-color: rgb(186,250,0); }
td.TdClassName
{
border-color: #BAFA00;
}
.TagClassName
{
border-color: #BAFA00;
}
</style>