Shades of Electric Lime #BAFD0B
Tints of Electric Lime #BAFD0B
RGB
CMYK
RGB Variations
Color information
#BAFD0B (or 0xBAFD0B) is known color: Electric Lime. HEX triplet: BA, FD and 0B. RGB value is (186,253,11). Sum of RGB (Red+Green+Blue) = 186+253+11=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 253 (99.22% from 255 or 56.22% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFD0B is #4502F4. Grayscale: #CECECE. Windows color (decimal): -4522741 or 785850. OLE color: 785850.
HSL color Cylindrical-coordinate representation of color #BAFD0B: hue angle of 76.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAFD0B is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 11 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.01 |
| HSL | 76.61º | 0.98% | 0.52% | - |
| HSV(B) | 76.61º | 0.96% | 0.99% | - |
| XYZ | 55.44 | 80.71 | 12.97 | - |
| YUV | 205.38 | 18.3 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 11 | 0.26 | 0 | 0.96 | 0.01 | 76.61 | 0.98 | 0.52 |
| Hex | BA | FD | B | 1A | 0 | 60 | 1 | 4D | 62 | 34 |
| Octal | 272 | 375 | 13 | 32 | 0 | 140 | 1 | 115 | 142 | 64 |
| Binary | 10111010 | 11111101 | 1011 | 11010 | 0 | 1100000 | 1 | 1001101 | 1100010 | 110100 |
Color Harmonies of #BAFD0B
Complementary color
Monochromatic Colors of #BAFD0B
Black with #BAFD0B
Text Example
Text Example
White with #BAFD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFD0B; }
p { color: rgb(186,253,11); }
H1.HeaderClassName
{
color: #BAFD0B;
}
.AnyTagClassName
{
color: #BAFD0B;
}
</style>
background-color css
<style>
a { background-color: #BAFD0B; }
a { background-color: rgb(186,253,11); }
div.DivClassName
{
background-color: #BAFD0B;
}
.BgClassName
{
background-color: #BAFD0B;
}
</style>
border-color css
<style>
span { border-color: #BAFD0B; }
span { border-color: rgb(186,253,11); }
td.TdClassName
{
border-color: #BAFD0B;
}
.TagClassName
{
border-color: #BAFD0B;
}
</style>