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