Shades of Electric Lime #BAFA04
Tints of Electric Lime #BAFA04
RGB
CMYK
RGB Variations
Color information
#BAFA04 (or 0xBAFA04) is known color: Electric Lime. HEX triplet: BA, FA and 04. RGB value is (186,250,4). Sum of RGB (Red+Green+Blue) = 186+250+4=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 250 (98.05% from 255 or 56.82% from 440); Blue value is 4 (1.95% from 255 or 0.91% from 440); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFA04 is #4505FB. Grayscale: #CBCBCB. Windows color (decimal): -4523516 or 326330. OLE color: 326330.
HSL color Cylindrical-coordinate representation of color #BAFA04: hue angle of 75.61º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAFA04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 4 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.02 |
| HSL | 75.61º | 0.97% | 0.5% | - |
| HSV(B) | 75.61º | 0.98% | 0.98% | - |
| XYZ | 54.46 | 78.82 | 12.46 | - |
| YUV | 202.82 | 15.8 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 4 | 0.26 | 0 | 0.98 | 0.02 | 75.61 | 0.97 | 0.5 |
| Hex | BA | FA | 4 | 1A | 0 | 62 | 2 | 4C | 61 | 32 |
| Octal | 272 | 372 | 4 | 32 | 0 | 142 | 2 | 114 | 141 | 62 |
| Binary | 10111010 | 11111010 | 100 | 11010 | 0 | 1100010 | 10 | 1001100 | 1100001 | 110010 |
Color Harmonies of #BAFA04
Complementary color
Monochromatic Colors of #BAFA04
Black with #BAFA04
Text Example
Text Example
White with #BAFA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA04; }
p { color: rgb(186,250,4); }
H1.HeaderClassName
{
color: #BAFA04;
}
.AnyTagClassName
{
color: #BAFA04;
}
</style>
background-color css
<style>
a { background-color: #BAFA04; }
a { background-color: rgb(186,250,4); }
div.DivClassName
{
background-color: #BAFA04;
}
.BgClassName
{
background-color: #BAFA04;
}
</style>
border-color css
<style>
span { border-color: #BAFA04; }
span { border-color: rgb(186,250,4); }
td.TdClassName
{
border-color: #BAFA04;
}
.TagClassName
{
border-color: #BAFA04;
}
</style>