Shades of Electric Lime #BAFC09
Tints of Electric Lime #BAFC09
RGB
CMYK
RGB Variations
Color information
#BAFC09 (or 0xBAFC09) is known color: Electric Lime. HEX triplet: BA, FC and 09. RGB value is (186,252,9). Sum of RGB (Red+Green+Blue) = 186+252+9=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 252 (98.83% from 255 or 56.38% from 447); Blue value is 9 (3.91% from 255 or 2.01% from 447); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFC09 is #4503F6. Grayscale: #CDCDCD. Windows color (decimal): -4522999 or 654522. OLE color: 654522.
HSL color Cylindrical-coordinate representation of color #BAFC09: hue angle of 76.3º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAFC09 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 9 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.01 |
| HSL | 76.3º | 0.98% | 0.51% | - |
| HSV(B) | 76.3º | 0.96% | 0.99% | - |
| XYZ | 55.11 | 80.08 | 12.81 | - |
| YUV | 204.56 | 17.63 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 9 | 0.26 | 0 | 0.96 | 0.01 | 76.3 | 0.98 | 0.51 |
| Hex | BA | FC | 9 | 1A | 0 | 60 | 1 | 4C | 62 | 33 |
| Octal | 272 | 374 | 11 | 32 | 0 | 140 | 1 | 114 | 142 | 63 |
| Binary | 10111010 | 11111100 | 1001 | 11010 | 0 | 1100000 | 1 | 1001100 | 1100010 | 110011 |
Color Harmonies of #BAFC09
Complementary color
Monochromatic Colors of #BAFC09
Black with #BAFC09
Text Example
Text Example
White with #BAFC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC09; }
p { color: rgb(186,252,9); }
H1.HeaderClassName
{
color: #BAFC09;
}
.AnyTagClassName
{
color: #BAFC09;
}
</style>
background-color css
<style>
a { background-color: #BAFC09; }
a { background-color: rgb(186,252,9); }
div.DivClassName
{
background-color: #BAFC09;
}
.BgClassName
{
background-color: #BAFC09;
}
</style>
border-color css
<style>
span { border-color: #BAFC09; }
span { border-color: rgb(186,252,9); }
td.TdClassName
{
border-color: #BAFC09;
}
.TagClassName
{
border-color: #BAFC09;
}
</style>