Shades of Electric Lime #BAF609
Tints of Electric Lime #BAF609
RGB
CMYK
RGB Variations
Color information
#BAF609 (or 0xBAF609) is known color: Electric Lime. HEX triplet: BA, F6 and 09. RGB value is (186,246,9). Sum of RGB (Red+Green+Blue) = 186+246+9=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 246 (96.48% from 255 or 55.78% from 441); Blue value is 9 (3.91% from 255 or 2.04% from 441); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF609 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF609 is #4509F6. Grayscale: #C9C9C9. Windows color (decimal): -4524535 or 652986. OLE color: 652986.
HSL color Cylindrical-coordinate representation of color #BAF609: hue angle of 75.19º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAF609 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.04 |
| HSL | 75.19º | 0.93% | 0.5% | - |
| HSV(B) | 75.19º | 0.96% | 0.96% | - |
| XYZ | 53.25 | 76.37 | 12.19 | - |
| YUV | 201.04 | 19.62 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 9 | 0.24 | 0 | 0.96 | 0.04 | 75.19 | 0.93 | 0.5 |
| Hex | BA | F6 | 9 | 18 | 0 | 60 | 4 | 4B | 5D | 32 |
| Octal | 272 | 366 | 11 | 30 | 0 | 140 | 4 | 113 | 135 | 62 |
| Binary | 10111010 | 11110110 | 1001 | 11000 | 0 | 1100000 | 100 | 1001011 | 1011101 | 110010 |
Color Harmonies of #BAF609
Complementary color
Monochromatic Colors of #BAF609
Black with #BAF609
Text Example
Text Example
White with #BAF609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF609; }
p { color: rgb(186,246,9); }
H1.HeaderClassName
{
color: #BAF609;
}
.AnyTagClassName
{
color: #BAF609;
}
</style>
background-color css
<style>
a { background-color: #BAF609; }
a { background-color: rgb(186,246,9); }
div.DivClassName
{
background-color: #BAF609;
}
.BgClassName
{
background-color: #BAF609;
}
</style>
border-color css
<style>
span { border-color: #BAF609; }
span { border-color: rgb(186,246,9); }
td.TdClassName
{
border-color: #BAF609;
}
.TagClassName
{
border-color: #BAF609;
}
</style>