Shades of Electric Lime #BAFC05
Tints of Electric Lime #BAFC05
RGB
CMYK
RGB Variations
Color information
#BAFC05 (or 0xBAFC05) is known color: Electric Lime. HEX triplet: BA, FC and 05. RGB value is (186,252,5). Sum of RGB (Red+Green+Blue) = 186+252+5=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFC05 is #4503FA. Grayscale: #CDCDCD. Windows color (decimal): -4523003 or 392378. OLE color: 392378.
HSL color Cylindrical-coordinate representation of color #BAFC05: hue angle of 76.03º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAFC05 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 5 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.01 |
| HSL | 76.03º | 0.98% | 0.5% | - |
| HSV(B) | 76.03º | 0.98% | 0.99% | - |
| XYZ | 55.09 | 80.07 | 12.7 | - |
| YUV | 204.11 | 15.63 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 5 | 0.26 | 0 | 0.98 | 0.01 | 76.03 | 0.98 | 0.5 |
| Hex | BA | FC | 5 | 1A | 0 | 62 | 1 | 4C | 62 | 32 |
| Octal | 272 | 374 | 5 | 32 | 0 | 142 | 1 | 114 | 142 | 62 |
| Binary | 10111010 | 11111100 | 101 | 11010 | 0 | 1100010 | 1 | 1001100 | 1100010 | 110010 |
Color Harmonies of #BAFC05
Complementary color
Monochromatic Colors of #BAFC05
Black with #BAFC05
Text Example
Text Example
White with #BAFC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC05; }
p { color: rgb(186,252,5); }
H1.HeaderClassName
{
color: #BAFC05;
}
.AnyTagClassName
{
color: #BAFC05;
}
</style>
background-color css
<style>
a { background-color: #BAFC05; }
a { background-color: rgb(186,252,5); }
div.DivClassName
{
background-color: #BAFC05;
}
.BgClassName
{
background-color: #BAFC05;
}
</style>
border-color css
<style>
span { border-color: #BAFC05; }
span { border-color: rgb(186,252,5); }
td.TdClassName
{
border-color: #BAFC05;
}
.TagClassName
{
border-color: #BAFC05;
}
</style>