Shades of Electric Lime #BAF802
Tints of Electric Lime #BAF802
RGB
CMYK
RGB Variations
Color information
#BAF802 (or 0xBAF802) is known color: Electric Lime. HEX triplet: BA, F8 and 02. RGB value is (186,248,2). Sum of RGB (Red+Green+Blue) = 186+248+2=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF802 is #4507FD. Grayscale: #CACACA. Windows color (decimal): -4524030 or 194746. OLE color: 194746.
HSL color Cylindrical-coordinate representation of color #BAF802: hue angle of 75.12º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAF802 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.03 |
| HSL | 75.12º | 0.98% | 0.49% | - |
| HSV(B) | 75.12º | 0.99% | 0.97% | - |
| XYZ | 53.83 | 77.58 | 12.19 | - |
| YUV | 201.42 | 15.46 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 2 | 0.25 | 0 | 0.99 | 0.03 | 75.12 | 0.98 | 0.49 |
| Hex | BA | F8 | 2 | 19 | 0 | 63 | 3 | 4B | 62 | 31 |
| Octal | 272 | 370 | 2 | 31 | 0 | 143 | 3 | 113 | 142 | 61 |
| Binary | 10111010 | 11111000 | 10 | 11001 | 0 | 1100011 | 11 | 1001011 | 1100010 | 110001 |
Color Harmonies of #BAF802
Complementary color
Monochromatic Colors of #BAF802
Black with #BAF802
Text Example
Text Example
White with #BAF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF802; }
p { color: rgb(186,248,2); }
H1.HeaderClassName
{
color: #BAF802;
}
.AnyTagClassName
{
color: #BAF802;
}
</style>
background-color css
<style>
a { background-color: #BAF802; }
a { background-color: rgb(186,248,2); }
div.DivClassName
{
background-color: #BAF802;
}
.BgClassName
{
background-color: #BAF802;
}
</style>
border-color css
<style>
span { border-color: #BAF802; }
span { border-color: rgb(186,248,2); }
td.TdClassName
{
border-color: #BAF802;
}
.TagClassName
{
border-color: #BAF802;
}
</style>