Shades of Electric Lime #BAF90C
Tints of Electric Lime #BAF90C
RGB
CMYK
RGB Variations
Color information
#BAF90C (or 0xBAF90C) is known color: Electric Lime. HEX triplet: BA, F9 and 0C. RGB value is (186,249,12). Sum of RGB (Red+Green+Blue) = 186+249+12=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF90C is #4506F3. Grayscale: #CCCCCC. Windows color (decimal): -4523764 or 850362. OLE color: 850362.
HSL color Cylindrical-coordinate representation of color #BAF90C: hue angle of 75.95º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BAF90C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.02 |
| HSL | 75.95º | 0.95% | 0.51% | - |
| HSV(B) | 75.95º | 0.95% | 0.98% | - |
| XYZ | 54.19 | 78.22 | 12.59 | - |
| YUV | 203.15 | 20.13 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 12 | 0.25 | 0 | 0.95 | 0.02 | 75.95 | 0.95 | 0.51 |
| Hex | BA | F9 | C | 19 | 0 | 5F | 2 | 4C | 5F | 33 |
| Octal | 272 | 371 | 14 | 31 | 0 | 137 | 2 | 114 | 137 | 63 |
| Binary | 10111010 | 11111001 | 1100 | 11001 | 0 | 1011111 | 10 | 1001100 | 1011111 | 110011 |
Color Harmonies of #BAF90C
Complementary color
Monochromatic Colors of #BAF90C
Black with #BAF90C
Text Example
Text Example
White with #BAF90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF90C; }
p { color: rgb(186,249,12); }
H1.HeaderClassName
{
color: #BAF90C;
}
.AnyTagClassName
{
color: #BAF90C;
}
</style>
background-color css
<style>
a { background-color: #BAF90C; }
a { background-color: rgb(186,249,12); }
div.DivClassName
{
background-color: #BAF90C;
}
.BgClassName
{
background-color: #BAF90C;
}
</style>
border-color css
<style>
span { border-color: #BAF90C; }
span { border-color: rgb(186,249,12); }
td.TdClassName
{
border-color: #BAF90C;
}
.TagClassName
{
border-color: #BAF90C;
}
</style>