Shades of Electric Lime #BAF602
Tints of Electric Lime #BAF602
RGB
CMYK
RGB Variations
Color information
#BAF602 (or 0xBAF602) is known color: Electric Lime. HEX triplet: BA, F6 and 02. RGB value is (186,246,2). Sum of RGB (Red+Green+Blue) = 186+246+2=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 246 (96.48% from 255 or 56.68% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF602 is #4509FD. Grayscale: #C9C9C9. Windows color (decimal): -4524542 or 194234. OLE color: 194234.
HSL color Cylindrical-coordinate representation of color #BAF602: hue angle of 74.75º 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 #BAF602 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.04 |
| HSL | 74.75º | 0.98% | 0.49% | - |
| HSV(B) | 74.75º | 0.99% | 0.96% | - |
| XYZ | 53.22 | 76.36 | 11.99 | - |
| YUV | 200.24 | 16.12 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 2 | 0.24 | 0 | 0.99 | 0.04 | 74.75 | 0.98 | 0.49 |
| Hex | BA | F6 | 2 | 18 | 0 | 63 | 4 | 4B | 62 | 31 |
| Octal | 272 | 366 | 2 | 30 | 0 | 143 | 4 | 113 | 142 | 61 |
| Binary | 10111010 | 11110110 | 10 | 11000 | 0 | 1100011 | 100 | 1001011 | 1100010 | 110001 |
Color Harmonies of #BAF602
Complementary color
Monochromatic Colors of #BAF602
Black with #BAF602
Text Example
Text Example
White with #BAF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF602; }
p { color: rgb(186,246,2); }
H1.HeaderClassName
{
color: #BAF602;
}
.AnyTagClassName
{
color: #BAF602;
}
</style>
background-color css
<style>
a { background-color: #BAF602; }
a { background-color: rgb(186,246,2); }
div.DivClassName
{
background-color: #BAF602;
}
.BgClassName
{
background-color: #BAF602;
}
</style>
border-color css
<style>
span { border-color: #BAF602; }
span { border-color: rgb(186,246,2); }
td.TdClassName
{
border-color: #BAF602;
}
.TagClassName
{
border-color: #BAF602;
}
</style>