Shades of Electric Lime #BAFC03
Tints of Electric Lime #BAFC03
RGB
CMYK
RGB Variations
Color information
#BAFC03 (or 0xBAFC03) is known color: Electric Lime. HEX triplet: BA, FC and 03. RGB value is (186,252,3). Sum of RGB (Red+Green+Blue) = 186+252+3=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFC03 is #4503FC. Grayscale: #CCCCCC. Windows color (decimal): -4523005 or 261306. OLE color: 261306.
HSL color Cylindrical-coordinate representation of color #BAFC03: hue angle of 75.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAFC03 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 3 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.01 |
| HSL | 75.9º | 0.98% | 0.5% | - |
| HSV(B) | 75.9º | 0.99% | 0.99% | - |
| XYZ | 55.08 | 80.07 | 12.64 | - |
| YUV | 203.88 | 14.63 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 3 | 0.26 | 0 | 0.99 | 0.01 | 75.9 | 0.98 | 0.5 |
| Hex | BA | FC | 3 | 1A | 0 | 63 | 1 | 4C | 62 | 32 |
| Octal | 272 | 374 | 3 | 32 | 0 | 143 | 1 | 114 | 142 | 62 |
| Binary | 10111010 | 11111100 | 11 | 11010 | 0 | 1100011 | 1 | 1001100 | 1100010 | 110010 |
Color Harmonies of #BAFC03
Complementary color
Monochromatic Colors of #BAFC03
Black with #BAFC03
Text Example
Text Example
White with #BAFC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC03; }
p { color: rgb(186,252,3); }
H1.HeaderClassName
{
color: #BAFC03;
}
.AnyTagClassName
{
color: #BAFC03;
}
</style>
background-color css
<style>
a { background-color: #BAFC03; }
a { background-color: rgb(186,252,3); }
div.DivClassName
{
background-color: #BAFC03;
}
.BgClassName
{
background-color: #BAFC03;
}
</style>
border-color css
<style>
span { border-color: #BAFC03; }
span { border-color: rgb(186,252,3); }
td.TdClassName
{
border-color: #BAFC03;
}
.TagClassName
{
border-color: #BAFC03;
}
</style>