Shades of Electric Lime #BAFC07
Tints of Electric Lime #BAFC07
RGB
CMYK
RGB Variations
Color information
#BAFC07 (or 0xBAFC07) is known color: Electric Lime. HEX triplet: BA, FC and 07. RGB value is (186,252,7). Sum of RGB (Red+Green+Blue) = 186+252+7=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 252 (98.83% from 255 or 56.63% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFC07 is #4503F8. Grayscale: #CDCDCD. Windows color (decimal): -4523001 or 523450. OLE color: 523450.
HSL color Cylindrical-coordinate representation of color #BAFC07: hue angle of 76.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAFC07 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 7 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.01 |
| HSL | 76.16º | 0.98% | 0.51% | - |
| HSV(B) | 76.16º | 0.97% | 0.99% | - |
| XYZ | 55.1 | 80.08 | 12.75 | - |
| YUV | 204.34 | 16.63 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 7 | 0.26 | 0 | 0.97 | 0.01 | 76.16 | 0.98 | 0.51 |
| Hex | BA | FC | 7 | 1A | 0 | 61 | 1 | 4C | 62 | 33 |
| Octal | 272 | 374 | 7 | 32 | 0 | 141 | 1 | 114 | 142 | 63 |
| Binary | 10111010 | 11111100 | 111 | 11010 | 0 | 1100001 | 1 | 1001100 | 1100010 | 110011 |
Color Harmonies of #BAFC07
Complementary color
Monochromatic Colors of #BAFC07
Black with #BAFC07
Text Example
Text Example
White with #BAFC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC07; }
p { color: rgb(186,252,7); }
H1.HeaderClassName
{
color: #BAFC07;
}
.AnyTagClassName
{
color: #BAFC07;
}
</style>
background-color css
<style>
a { background-color: #BAFC07; }
a { background-color: rgb(186,252,7); }
div.DivClassName
{
background-color: #BAFC07;
}
.BgClassName
{
background-color: #BAFC07;
}
</style>
border-color css
<style>
span { border-color: #BAFC07; }
span { border-color: rgb(186,252,7); }
td.TdClassName
{
border-color: #BAFC07;
}
.TagClassName
{
border-color: #BAFC07;
}
</style>