Shades of Electric Lime #BAFA0C
Tints of Electric Lime #BAFA0C
RGB
CMYK
RGB Variations
Color information
#BAFA0C (or 0xBAFA0C) is known color: Electric Lime. HEX triplet: BA, FA and 0C. RGB value is (186,250,12). Sum of RGB (Red+Green+Blue) = 186+250+12=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFA0C is #4505F3. Grayscale: #CCCCCC. Windows color (decimal): -4523508 or 850618. OLE color: 850618.
HSL color Cylindrical-coordinate representation of color #BAFA0C: hue angle of 76.13º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAFA0C is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 12 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.02 |
| HSL | 76.13º | 0.96% | 0.51% | - |
| HSV(B) | 76.13º | 0.95% | 0.98% | - |
| XYZ | 54.5 | 78.84 | 12.69 | - |
| YUV | 203.73 | 19.8 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 12 | 0.26 | 0 | 0.95 | 0.02 | 76.13 | 0.96 | 0.51 |
| Hex | BA | FA | C | 1A | 0 | 5F | 2 | 4C | 60 | 33 |
| Octal | 272 | 372 | 14 | 32 | 0 | 137 | 2 | 114 | 140 | 63 |
| Binary | 10111010 | 11111010 | 1100 | 11010 | 0 | 1011111 | 10 | 1001100 | 1100000 | 110011 |
Color Harmonies of #BAFA0C
Complementary color
Monochromatic Colors of #BAFA0C
Black with #BAFA0C
Text Example
Text Example
White with #BAFA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA0C; }
p { color: rgb(186,250,12); }
H1.HeaderClassName
{
color: #BAFA0C;
}
.AnyTagClassName
{
color: #BAFA0C;
}
</style>
background-color css
<style>
a { background-color: #BAFA0C; }
a { background-color: rgb(186,250,12); }
div.DivClassName
{
background-color: #BAFA0C;
}
.BgClassName
{
background-color: #BAFA0C;
}
</style>
border-color css
<style>
span { border-color: #BAFA0C; }
span { border-color: rgb(186,250,12); }
td.TdClassName
{
border-color: #BAFA0C;
}
.TagClassName
{
border-color: #BAFA0C;
}
</style>