Shades of Electric Lime #BAFD00
Tints of Electric Lime #BAFD00
RGB
CMYK
RGB Variations
Color information
#BAFD00 (or 0xBAFD00) is known color: Electric Lime. HEX triplet: BA, FD and 00. RGB value is (186,253,0). Sum of RGB (Red+Green+Blue) = 186+253+0=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 253 (99.22% from 255 or 57.63% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFD00 is #4502FF. Grayscale: #CDCDCD. Windows color (decimal): -4522752 or 64954. OLE color: 64954.
HSL color Cylindrical-coordinate representation of color #BAFD00: hue angle of 75.89º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAFD00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.01 |
| HSL | 75.89º | 1% | 0.5% | - |
| HSV(B) | 75.89º | 1% | 0.99% | - |
| XYZ | 55.37 | 80.69 | 12.66 | - |
| YUV | 204.13 | 12.8 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 0 | 0.26 | 0 | 1 | 0.01 | 75.89 | 1 | 0.5 |
| Hex | BA | FD | 0 | 1A | 0 | 64 | 1 | 4C | 64 | 32 |
| Octal | 272 | 375 | 0 | 32 | 0 | 144 | 1 | 114 | 144 | 62 |
| Binary | 10111010 | 11111101 | 0 | 11010 | 0 | 1100100 | 1 | 1001100 | 1100100 | 110010 |
Color Harmonies of #BAFD00
Complementary color
Monochromatic Colors of #BAFD00
Black with #BAFD00
Text Example
Text Example
White with #BAFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFD00; }
p { color: rgb(186,253,0); }
H1.HeaderClassName
{
color: #BAFD00;
}
.AnyTagClassName
{
color: #BAFD00;
}
</style>
background-color css
<style>
a { background-color: #BAFD00; }
a { background-color: rgb(186,253,0); }
div.DivClassName
{
background-color: #BAFD00;
}
.BgClassName
{
background-color: #BAFD00;
}
</style>
border-color css
<style>
span { border-color: #BAFD00; }
span { border-color: rgb(186,253,0); }
td.TdClassName
{
border-color: #BAFD00;
}
.TagClassName
{
border-color: #BAFD00;
}
</style>