Shades of Electric Lime #BAF201
Tints of Electric Lime #BAF201
RGB
CMYK
RGB Variations
Color information
#BAF201 (or 0xBAF201) is known color: Electric Lime. HEX triplet: BA, F2 and 01. RGB value is (186,242,1). Sum of RGB (Red+Green+Blue) = 186+242+1=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF201 is #450DFE. Grayscale: #C6C6C6. Windows color (decimal): -4525567 or 127674. OLE color: 127674.
HSL color Cylindrical-coordinate representation of color #BAF201: hue angle of 73.94º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAF201 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 1 | - |
| CMYK | 0.23 | 0 | 1.00 | 0.05 |
| HSL | 73.94º | 0.99% | 0.48% | - |
| HSV(B) | 73.94º | 1% | 0.95% | - |
| XYZ | 52.01 | 73.95 | 11.56 | - |
| YUV | 197.78 | 16.95 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 1 | 0.23 | 0 | 1.00 | 0.05 | 73.94 | 0.99 | 0.48 |
| Hex | BA | F2 | 1 | 17 | 0 | 64 | 5 | 4A | 63 | 30 |
| Octal | 272 | 362 | 1 | 27 | 0 | 144 | 5 | 112 | 143 | 60 |
| Binary | 10111010 | 11110010 | 1 | 10111 | 0 | 1100100 | 101 | 1001010 | 1100011 | 110000 |
Color Harmonies of #BAF201
Complementary color
Monochromatic Colors of #BAF201
Black with #BAF201
Text Example
Text Example
White with #BAF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF201; }
p { color: rgb(186,242,1); }
H1.HeaderClassName
{
color: #BAF201;
}
.AnyTagClassName
{
color: #BAF201;
}
</style>
background-color css
<style>
a { background-color: #BAF201; }
a { background-color: rgb(186,242,1); }
div.DivClassName
{
background-color: #BAF201;
}
.BgClassName
{
background-color: #BAF201;
}
</style>
border-color css
<style>
span { border-color: #BAF201; }
span { border-color: rgb(186,242,1); }
td.TdClassName
{
border-color: #BAF201;
}
.TagClassName
{
border-color: #BAF201;
}
</style>