Shades of Electric Lime #BAFA0B
Tints of Electric Lime #BAFA0B
RGB
CMYK
RGB Variations
Color information
#BAFA0B (or 0xBAFA0B) is known color: Electric Lime. HEX triplet: BA, FA and 0B. RGB value is (186,250,11). Sum of RGB (Red+Green+Blue) = 186+250+11=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 250 (98.05% from 255 or 55.93% from 447); Blue value is 11 (4.69% from 255 or 2.46% from 447); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFA0B is #4505F4. Grayscale: #CCCCCC. Windows color (decimal): -4523509 or 785082. OLE color: 785082.
HSL color Cylindrical-coordinate representation of color #BAFA0B: hue angle of 76.07º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAFA0B is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 11 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.02 |
| HSL | 76.07º | 0.96% | 0.51% | - |
| HSV(B) | 76.07º | 0.96% | 0.98% | - |
| XYZ | 54.5 | 78.83 | 12.66 | - |
| YUV | 203.62 | 19.3 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 11 | 0.26 | 0 | 0.96 | 0.02 | 76.07 | 0.96 | 0.51 |
| Hex | BA | FA | B | 1A | 0 | 60 | 2 | 4C | 60 | 33 |
| Octal | 272 | 372 | 13 | 32 | 0 | 140 | 2 | 114 | 140 | 63 |
| Binary | 10111010 | 11111010 | 1011 | 11010 | 0 | 1100000 | 10 | 1001100 | 1100000 | 110011 |
Color Harmonies of #BAFA0B
Complementary color
Monochromatic Colors of #BAFA0B
Black with #BAFA0B
Text Example
Text Example
White with #BAFA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA0B; }
p { color: rgb(186,250,11); }
H1.HeaderClassName
{
color: #BAFA0B;
}
.AnyTagClassName
{
color: #BAFA0B;
}
</style>
background-color css
<style>
a { background-color: #BAFA0B; }
a { background-color: rgb(186,250,11); }
div.DivClassName
{
background-color: #BAFA0B;
}
.BgClassName
{
background-color: #BAFA0B;
}
</style>
border-color css
<style>
span { border-color: #BAFA0B; }
span { border-color: rgb(186,250,11); }
td.TdClassName
{
border-color: #BAFA0B;
}
.TagClassName
{
border-color: #BAFA0B;
}
</style>