Shades of Electric Lime #BAFE0B
Tints of Electric Lime #BAFE0B
RGB
CMYK
RGB Variations
Color information
#BAFE0B (or 0xBAFE0B) is known color: Electric Lime. HEX triplet: BA, FE and 0B. RGB value is (186,254,11). Sum of RGB (Red+Green+Blue) = 186+254+11=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE0B is #4501F4. Grayscale: #CECECE. Windows color (decimal): -4522485 or 786106. OLE color: 786106.
HSL color Cylindrical-coordinate representation of color #BAFE0B: hue angle of 76.79º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAFE0B is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 11 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.00 |
| HSL | 76.79º | 0.99% | 0.52% | - |
| HSV(B) | 76.79º | 0.96% | 1% | - |
| XYZ | 55.75 | 81.35 | 13.08 | - |
| YUV | 205.97 | 17.97 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 11 | 0.27 | 0 | 0.96 | 0.00 | 76.79 | 0.99 | 0.52 |
| Hex | BA | FE | B | 1B | 0 | 60 | 0 | 4D | 63 | 34 |
| Octal | 272 | 376 | 13 | 33 | 0 | 140 | 0 | 115 | 143 | 64 |
| Binary | 10111010 | 11111110 | 1011 | 11011 | 0 | 1100000 | 0 | 1001101 | 1100011 | 110100 |
Color Harmonies of #BAFE0B
Complementary color
Monochromatic Colors of #BAFE0B
Black with #BAFE0B
Text Example
Text Example
White with #BAFE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE0B; }
p { color: rgb(186,254,11); }
H1.HeaderClassName
{
color: #BAFE0B;
}
.AnyTagClassName
{
color: #BAFE0B;
}
</style>
background-color css
<style>
a { background-color: #BAFE0B; }
a { background-color: rgb(186,254,11); }
div.DivClassName
{
background-color: #BAFE0B;
}
.BgClassName
{
background-color: #BAFE0B;
}
</style>
border-color css
<style>
span { border-color: #BAFE0B; }
span { border-color: rgb(186,254,11); }
td.TdClassName
{
border-color: #BAFE0B;
}
.TagClassName
{
border-color: #BAFE0B;
}
</style>