Shades of Electric Lime #BAF902
Tints of Electric Lime #BAF902
RGB
CMYK
RGB Variations
Color information
#BAF902 (or 0xBAF902) is known color: Electric Lime. HEX triplet: BA, F9 and 02. RGB value is (186,249,2). Sum of RGB (Red+Green+Blue) = 186+249+2=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAF902 is #4506FD. Grayscale: #CACACA. Windows color (decimal): -4523774 or 195002. OLE color: 195002.
HSL color Cylindrical-coordinate representation of color #BAF902: hue angle of 75.3º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAF902 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.02 |
| HSL | 75.3º | 0.98% | 0.49% | - |
| HSV(B) | 75.3º | 0.99% | 0.98% | - |
| XYZ | 54.14 | 78.19 | 12.3 | - |
| YUV | 202.01 | 15.13 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 2 | 0.25 | 0 | 0.99 | 0.02 | 75.3 | 0.98 | 0.49 |
| Hex | BA | F9 | 2 | 19 | 0 | 63 | 2 | 4B | 62 | 31 |
| Octal | 272 | 371 | 2 | 31 | 0 | 143 | 2 | 113 | 142 | 61 |
| Binary | 10111010 | 11111001 | 10 | 11001 | 0 | 1100011 | 10 | 1001011 | 1100010 | 110001 |
Color Harmonies of #BAF902
Complementary color
Monochromatic Colors of #BAF902
Black with #BAF902
Text Example
Text Example
White with #BAF902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF902; }
p { color: rgb(186,249,2); }
H1.HeaderClassName
{
color: #BAF902;
}
.AnyTagClassName
{
color: #BAF902;
}
</style>
background-color css
<style>
a { background-color: #BAF902; }
a { background-color: rgb(186,249,2); }
div.DivClassName
{
background-color: #BAF902;
}
.BgClassName
{
background-color: #BAF902;
}
</style>
border-color css
<style>
span { border-color: #BAF902; }
span { border-color: rgb(186,249,2); }
td.TdClassName
{
border-color: #BAF902;
}
.TagClassName
{
border-color: #BAF902;
}
</style>