Shades of Electric Lime #BAF000
Tints of Electric Lime #BAF000
RGB
CMYK
RGB Variations
Color information
#BAF000 (or 0xBAF000) is known color: Electric Lime. HEX triplet: BA, F0 and 00. RGB value is (186,240,0). Sum of RGB (Red+Green+Blue) = 186+240+0=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF000 is #450FFF. Grayscale: #C5C5C5. Windows color (decimal): -4526080 or 61626. OLE color: 61626.
HSL color Cylindrical-coordinate representation of color #BAF000: hue angle of 73.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAF000 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.06 |
| HSL | 73.5º | 1% | 0.47% | - |
| HSV(B) | 73.5º | 1% | 0.94% | - |
| XYZ | 51.41 | 72.76 | 11.33 | - |
| YUV | 196.49 | 17.11 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 0 | 0.22 | 0 | 1 | 0.06 | 73.5 | 1 | 0.47 |
| Hex | BA | F0 | 0 | 16 | 0 | 64 | 6 | 4A | 64 | 2F |
| Octal | 272 | 360 | 0 | 26 | 0 | 144 | 6 | 112 | 144 | 57 |
| Binary | 10111010 | 11110000 | 0 | 10110 | 0 | 1100100 | 110 | 1001010 | 1100100 | 101111 |
Color Harmonies of #BAF000
Complementary color
Monochromatic Colors of #BAF000
Black with #BAF000
Text Example
Text Example
White with #BAF000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF000; }
p { color: rgb(186,240,0); }
H1.HeaderClassName
{
color: #BAF000;
}
.AnyTagClassName
{
color: #BAF000;
}
</style>
background-color css
<style>
a { background-color: #BAF000; }
a { background-color: rgb(186,240,0); }
div.DivClassName
{
background-color: #BAF000;
}
.BgClassName
{
background-color: #BAF000;
}
</style>
border-color css
<style>
span { border-color: #BAF000; }
span { border-color: rgb(186,240,0); }
td.TdClassName
{
border-color: #BAF000;
}
.TagClassName
{
border-color: #BAF000;
}
</style>