Shades of Electric Lime #BAF700
Tints of Electric Lime #BAF700
RGB
CMYK
RGB Variations
Color information
#BAF700 (or 0xBAF700) is known color: Electric Lime. HEX triplet: BA, F7 and 00. RGB value is (186,247,0). Sum of RGB (Red+Green+Blue) = 186+247+0=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 247 (96.88% from 255 or 57.04% from 433); Blue value is 0 (0.39% from 255 or 0% from 433); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF700 is #4508FF. Grayscale: #C9C9C9. Windows color (decimal): -4524288 or 63418. OLE color: 63418.
HSL color Cylindrical-coordinate representation of color #BAF700: hue angle of 74.82º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAF700 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.03 |
| HSL | 74.82º | 1% | 0.48% | - |
| HSV(B) | 74.82º | 1% | 0.97% | - |
| XYZ | 53.51 | 76.96 | 12.03 | - |
| YUV | 200.6 | 14.79 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 0 | 0.25 | 0 | 1 | 0.03 | 74.82 | 1 | 0.48 |
| Hex | BA | F7 | 0 | 19 | 0 | 64 | 3 | 4B | 64 | 30 |
| Octal | 272 | 367 | 0 | 31 | 0 | 144 | 3 | 113 | 144 | 60 |
| Binary | 10111010 | 11110111 | 0 | 11001 | 0 | 1100100 | 11 | 1001011 | 1100100 | 110000 |
Color Harmonies of #BAF700
Complementary color
Monochromatic Colors of #BAF700
Black with #BAF700
Text Example
Text Example
White with #BAF700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF700; }
p { color: rgb(186,247,0); }
H1.HeaderClassName
{
color: #BAF700;
}
.AnyTagClassName
{
color: #BAF700;
}
</style>
background-color css
<style>
a { background-color: #BAF700; }
a { background-color: rgb(186,247,0); }
div.DivClassName
{
background-color: #BAF700;
}
.BgClassName
{
background-color: #BAF700;
}
</style>
border-color css
<style>
span { border-color: #BAF700; }
span { border-color: rgb(186,247,0); }
td.TdClassName
{
border-color: #BAF700;
}
.TagClassName
{
border-color: #BAF700;
}
</style>