Shades of Electric Lime #BAFE03
Tints of Electric Lime #BAFE03
RGB
CMYK
RGB Variations
Color information
#BAFE03 (or 0xBAFE03) is known color: Electric Lime. HEX triplet: BA, FE and 03. RGB value is (186,254,3). Sum of RGB (Red+Green+Blue) = 186+254+3=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE03 is #4501FC. Grayscale: #CDCDCD. Windows color (decimal): -4522493 or 261818. OLE color: 261818.
HSL color Cylindrical-coordinate representation of color #BAFE03: hue angle of 76.25º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAFE03 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 3 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.00 |
| HSL | 76.25º | 0.99% | 0.5% | - |
| HSV(B) | 76.25º | 0.99% | 1% | - |
| XYZ | 55.71 | 81.33 | 12.85 | - |
| YUV | 205.05 | 13.97 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 3 | 0.27 | 0 | 0.99 | 0.00 | 76.25 | 0.99 | 0.5 |
| Hex | BA | FE | 3 | 1B | 0 | 63 | 0 | 4C | 63 | 32 |
| Octal | 272 | 376 | 3 | 33 | 0 | 143 | 0 | 114 | 143 | 62 |
| Binary | 10111010 | 11111110 | 11 | 11011 | 0 | 1100011 | 0 | 1001100 | 1100011 | 110010 |
Color Harmonies of #BAFE03
Complementary color
Monochromatic Colors of #BAFE03
Black with #BAFE03
Text Example
Text Example
White with #BAFE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE03; }
p { color: rgb(186,254,3); }
H1.HeaderClassName
{
color: #BAFE03;
}
.AnyTagClassName
{
color: #BAFE03;
}
</style>
background-color css
<style>
a { background-color: #BAFE03; }
a { background-color: rgb(186,254,3); }
div.DivClassName
{
background-color: #BAFE03;
}
.BgClassName
{
background-color: #BAFE03;
}
</style>
border-color css
<style>
span { border-color: #BAFE03; }
span { border-color: rgb(186,254,3); }
td.TdClassName
{
border-color: #BAFE03;
}
.TagClassName
{
border-color: #BAFE03;
}
</style>