Shades of Electric Lime #BAF203
Tints of Electric Lime #BAF203
RGB
CMYK
RGB Variations
Color information
#BAF203 (or 0xBAF203) is known color: Electric Lime. HEX triplet: BA, F2 and 03. RGB value is (186,242,3). Sum of RGB (Red+Green+Blue) = 186+242+3=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF203 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF203 is #450DFC. Grayscale: #C6C6C6. Windows color (decimal): -4525565 or 258746. OLE color: 258746.
HSL color Cylindrical-coordinate representation of color #BAF203: hue angle of 74.06º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAF203 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.05 |
| HSL | 74.06º | 0.98% | 0.48% | - |
| HSV(B) | 74.06º | 0.99% | 0.95% | - |
| XYZ | 52.02 | 73.95 | 11.62 | - |
| YUV | 198.01 | 17.95 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 3 | 0.23 | 0 | 0.99 | 0.05 | 74.06 | 0.98 | 0.48 |
| Hex | BA | F2 | 3 | 17 | 0 | 63 | 5 | 4A | 62 | 30 |
| Octal | 272 | 362 | 3 | 27 | 0 | 143 | 5 | 112 | 142 | 60 |
| Binary | 10111010 | 11110010 | 11 | 10111 | 0 | 1100011 | 101 | 1001010 | 1100010 | 110000 |
Color Harmonies of #BAF203
Complementary color
Monochromatic Colors of #BAF203
Black with #BAF203
Text Example
Text Example
White with #BAF203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF203; }
p { color: rgb(186,242,3); }
H1.HeaderClassName
{
color: #BAF203;
}
.AnyTagClassName
{
color: #BAF203;
}
</style>
background-color css
<style>
a { background-color: #BAF203; }
a { background-color: rgb(186,242,3); }
div.DivClassName
{
background-color: #BAF203;
}
.BgClassName
{
background-color: #BAF203;
}
</style>
border-color css
<style>
span { border-color: #BAF203; }
span { border-color: rgb(186,242,3); }
td.TdClassName
{
border-color: #BAF203;
}
.TagClassName
{
border-color: #BAF203;
}
</style>