Shades of Electric Lime #BAF702
Tints of Electric Lime #BAF702
RGB
CMYK
RGB Variations
Color information
#BAF702 (or 0xBAF702) is known color: Electric Lime. HEX triplet: BA, F7 and 02. RGB value is (186,247,2). Sum of RGB (Red+Green+Blue) = 186+247+2=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 247 (96.88% from 255 or 56.78% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF702 is #4508FD. Grayscale: #C9C9C9. Windows color (decimal): -4524286 or 194490. OLE color: 194490.
HSL color Cylindrical-coordinate representation of color #BAF702: hue angle of 74.94º 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 #BAF702 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.03 |
| HSL | 74.94º | 0.98% | 0.49% | - |
| HSV(B) | 74.94º | 0.99% | 0.97% | - |
| XYZ | 53.52 | 76.97 | 12.09 | - |
| YUV | 200.83 | 15.79 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 2 | 0.25 | 0 | 0.99 | 0.03 | 74.94 | 0.98 | 0.49 |
| Hex | BA | F7 | 2 | 19 | 0 | 63 | 3 | 4B | 62 | 31 |
| Octal | 272 | 367 | 2 | 31 | 0 | 143 | 3 | 113 | 142 | 61 |
| Binary | 10111010 | 11110111 | 10 | 11001 | 0 | 1100011 | 11 | 1001011 | 1100010 | 110001 |
Color Harmonies of #BAF702
Complementary color
Monochromatic Colors of #BAF702
Black with #BAF702
Text Example
Text Example
White with #BAF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF702; }
p { color: rgb(186,247,2); }
H1.HeaderClassName
{
color: #BAF702;
}
.AnyTagClassName
{
color: #BAF702;
}
</style>
background-color css
<style>
a { background-color: #BAF702; }
a { background-color: rgb(186,247,2); }
div.DivClassName
{
background-color: #BAF702;
}
.BgClassName
{
background-color: #BAF702;
}
</style>
border-color css
<style>
span { border-color: #BAF702; }
span { border-color: rgb(186,247,2); }
td.TdClassName
{
border-color: #BAF702;
}
.TagClassName
{
border-color: #BAF702;
}
</style>