Shades of Electric Lime #BAFC06
Tints of Electric Lime #BAFC06
RGB
CMYK
RGB Variations
Color information
#BAFC06 (or 0xBAFC06) is known color: Electric Lime. HEX triplet: BA, FC and 06. RGB value is (186,252,6). Sum of RGB (Red+Green+Blue) = 186+252+6=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFC06 is #4503F9. Grayscale: #CDCDCD. Windows color (decimal): -4523002 or 457914. OLE color: 457914.
HSL color Cylindrical-coordinate representation of color #BAFC06: hue angle of 76.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAFC06 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 6 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.01 |
| HSL | 76.1º | 0.98% | 0.51% | - |
| HSV(B) | 76.1º | 0.98% | 0.99% | - |
| XYZ | 55.09 | 80.07 | 12.72 | - |
| YUV | 204.22 | 16.13 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 6 | 0.26 | 0 | 0.98 | 0.01 | 76.1 | 0.98 | 0.51 |
| Hex | BA | FC | 6 | 1A | 0 | 62 | 1 | 4C | 62 | 33 |
| Octal | 272 | 374 | 6 | 32 | 0 | 142 | 1 | 114 | 142 | 63 |
| Binary | 10111010 | 11111100 | 110 | 11010 | 0 | 1100010 | 1 | 1001100 | 1100010 | 110011 |
Color Harmonies of #BAFC06
Complementary color
Monochromatic Colors of #BAFC06
Black with #BAFC06
Text Example
Text Example
White with #BAFC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC06; }
p { color: rgb(186,252,6); }
H1.HeaderClassName
{
color: #BAFC06;
}
.AnyTagClassName
{
color: #BAFC06;
}
</style>
background-color css
<style>
a { background-color: #BAFC06; }
a { background-color: rgb(186,252,6); }
div.DivClassName
{
background-color: #BAFC06;
}
.BgClassName
{
background-color: #BAFC06;
}
</style>
border-color css
<style>
span { border-color: #BAFC06; }
span { border-color: rgb(186,252,6); }
td.TdClassName
{
border-color: #BAFC06;
}
.TagClassName
{
border-color: #BAFC06;
}
</style>