Shades of Electric Lime #BAF503
Tints of Electric Lime #BAF503
RGB
CMYK
RGB Variations
Color information
#BAF503 (or 0xBAF503) is known color: Electric Lime. HEX triplet: BA, F5 and 03. RGB value is (186,245,3). Sum of RGB (Red+Green+Blue) = 186+245+3=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 245 (96.09% from 255 or 56.45% from 434); Blue value is 3 (1.56% from 255 or 0.69% from 434); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF503 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF503 is #450AFC. Grayscale: #C8C8C8. Windows color (decimal): -4524797 or 259514. OLE color: 259514.
HSL color Cylindrical-coordinate representation of color #BAF503: hue angle of 74.63º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAF503 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 3 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.04 |
| HSL | 74.63º | 0.98% | 0.49% | - |
| HSV(B) | 74.63º | 0.99% | 0.96% | - |
| XYZ | 52.92 | 75.75 | 11.92 | - |
| YUV | 199.77 | 16.95 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 3 | 0.24 | 0 | 0.99 | 0.04 | 74.63 | 0.98 | 0.49 |
| Hex | BA | F5 | 3 | 18 | 0 | 63 | 4 | 4B | 62 | 31 |
| Octal | 272 | 365 | 3 | 30 | 0 | 143 | 4 | 113 | 142 | 61 |
| Binary | 10111010 | 11110101 | 11 | 11000 | 0 | 1100011 | 100 | 1001011 | 1100010 | 110001 |
Color Harmonies of #BAF503
Complementary color
Monochromatic Colors of #BAF503
Black with #BAF503
Text Example
Text Example
White with #BAF503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF503; }
p { color: rgb(186,245,3); }
H1.HeaderClassName
{
color: #BAF503;
}
.AnyTagClassName
{
color: #BAF503;
}
</style>
background-color css
<style>
a { background-color: #BAF503; }
a { background-color: rgb(186,245,3); }
div.DivClassName
{
background-color: #BAF503;
}
.BgClassName
{
background-color: #BAF503;
}
</style>
border-color css
<style>
span { border-color: #BAF503; }
span { border-color: rgb(186,245,3); }
td.TdClassName
{
border-color: #BAF503;
}
.TagClassName
{
border-color: #BAF503;
}
</style>