Shades of Electric Lime #BAFF01
Tints of Electric Lime #BAFF01
RGB
CMYK
RGB Variations
Color information
#BAFF01 (or 0xBAFF01) is known color: Electric Lime. HEX triplet: BA, FF and 01. RGB value is (186,255,1). Sum of RGB (Red+Green+Blue) = 186+255+1=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF01 is #4500FE. Grayscale: #CECECE. Windows color (decimal): -4522239 or 131002. OLE color: 131002.
HSL color Cylindrical-coordinate representation of color #BAFF01: hue angle of 76.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAFF01 is Cyan = 0.27, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 1 | - |
| CMYK | 0.27 | 0 | 1.00 | 0 |
| HSL | 76.3º | 1% | 0.5% | - |
| HSV(B) | 76.3º | 1% | 1% | - |
| XYZ | 56.02 | 81.96 | 12.9 | - |
| YUV | 205.41 | 12.64 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 1 | 0.27 | 0 | 1.00 | 0 | 76.3 | 1 | 0.5 |
| Hex | BA | FF | 1 | 1B | 0 | 64 | 0 | 4C | 64 | 32 |
| Octal | 272 | 377 | 1 | 33 | 0 | 144 | 0 | 114 | 144 | 62 |
| Binary | 10111010 | 11111111 | 1 | 11011 | 0 | 1100100 | 0 | 1001100 | 1100100 | 110010 |
Color Harmonies of #BAFF01
Complementary color
Monochromatic Colors of #BAFF01
Black with #BAFF01
Text Example
Text Example
White with #BAFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF01; }
p { color: rgb(186,255,1); }
H1.HeaderClassName
{
color: #BAFF01;
}
.AnyTagClassName
{
color: #BAFF01;
}
</style>
background-color css
<style>
a { background-color: #BAFF01; }
a { background-color: rgb(186,255,1); }
div.DivClassName
{
background-color: #BAFF01;
}
.BgClassName
{
background-color: #BAFF01;
}
</style>
border-color css
<style>
span { border-color: #BAFF01; }
span { border-color: rgb(186,255,1); }
td.TdClassName
{
border-color: #BAFF01;
}
.TagClassName
{
border-color: #BAFF01;
}
</style>