Shades of Electric Lime #BAF301
Tints of Electric Lime #BAF301
RGB
CMYK
RGB Variations
Color information
#BAF301 (or 0xBAF301) is known color: Electric Lime. HEX triplet: BA, F3 and 01. RGB value is (186,243,1). Sum of RGB (Red+Green+Blue) = 186+243+1=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 243 (95.31% from 255 or 56.51% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF301 is #450CFE. Grayscale: #C7C7C7. Windows color (decimal): -4525311 or 127930. OLE color: 127930.
HSL color Cylindrical-coordinate representation of color #BAF301: hue angle of 74.13º 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 #BAF301 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 1 | - |
| CMYK | 0.23 | 0 | 1.00 | 0.05 |
| HSL | 74.13º | 0.99% | 0.48% | - |
| HSV(B) | 74.13º | 1% | 0.95% | - |
| XYZ | 52.31 | 74.54 | 11.66 | - |
| YUV | 198.37 | 16.62 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 1 | 0.23 | 0 | 1.00 | 0.05 | 74.13 | 0.99 | 0.48 |
| Hex | BA | F3 | 1 | 17 | 0 | 64 | 5 | 4A | 63 | 30 |
| Octal | 272 | 363 | 1 | 27 | 0 | 144 | 5 | 112 | 143 | 60 |
| Binary | 10111010 | 11110011 | 1 | 10111 | 0 | 1100100 | 101 | 1001010 | 1100011 | 110000 |
Color Harmonies of #BAF301
Complementary color
Monochromatic Colors of #BAF301
Black with #BAF301
Text Example
Text Example
White with #BAF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF301; }
p { color: rgb(186,243,1); }
H1.HeaderClassName
{
color: #BAF301;
}
.AnyTagClassName
{
color: #BAF301;
}
</style>
background-color css
<style>
a { background-color: #BAF301; }
a { background-color: rgb(186,243,1); }
div.DivClassName
{
background-color: #BAF301;
}
.BgClassName
{
background-color: #BAF301;
}
</style>
border-color css
<style>
span { border-color: #BAF301; }
span { border-color: rgb(186,243,1); }
td.TdClassName
{
border-color: #BAF301;
}
.TagClassName
{
border-color: #BAF301;
}
</style>