Shades of Electric Lime #BAFF05
Tints of Electric Lime #BAFF05
RGB
CMYK
RGB Variations
Color information
#BAFF05 (or 0xBAFF05) is known color: Electric Lime. HEX triplet: BA, FF and 05. RGB value is (186,255,5). Sum of RGB (Red+Green+Blue) = 186+255+5=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF05 is #4500FA. Grayscale: #CECECE. Windows color (decimal): -4522235 or 393146. OLE color: 393146.
HSL color Cylindrical-coordinate representation of color #BAFF05: hue angle of 76.56º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAFF05 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 5 | - |
| CMYK | 0.27 | 0 | 0.98 | 0 |
| HSL | 76.56º | 1% | 0.51% | - |
| HSV(B) | 76.56º | 0.98% | 1% | - |
| XYZ | 56.04 | 81.97 | 13.01 | - |
| YUV | 205.87 | 14.64 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 5 | 0.27 | 0 | 0.98 | 0 | 76.56 | 1 | 0.51 |
| Hex | BA | FF | 5 | 1B | 0 | 62 | 0 | 4D | 64 | 33 |
| Octal | 272 | 377 | 5 | 33 | 0 | 142 | 0 | 115 | 144 | 63 |
| Binary | 10111010 | 11111111 | 101 | 11011 | 0 | 1100010 | 0 | 1001101 | 1100100 | 110011 |
Color Harmonies of #BAFF05
Complementary color
Monochromatic Colors of #BAFF05
Black with #BAFF05
Text Example
Text Example
White with #BAFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF05; }
p { color: rgb(186,255,5); }
H1.HeaderClassName
{
color: #BAFF05;
}
.AnyTagClassName
{
color: #BAFF05;
}
</style>
background-color css
<style>
a { background-color: #BAFF05; }
a { background-color: rgb(186,255,5); }
div.DivClassName
{
background-color: #BAFF05;
}
.BgClassName
{
background-color: #BAFF05;
}
</style>
border-color css
<style>
span { border-color: #BAFF05; }
span { border-color: rgb(186,255,5); }
td.TdClassName
{
border-color: #BAFF05;
}
.TagClassName
{
border-color: #BAFF05;
}
</style>