Shades of Electric Lime #BDFF11
Tints of Electric Lime #BDFF11
RGB
CMYK
RGB Variations
Color information
#BDFF11 (or 0xBDFF11) is known color: Electric Lime. HEX triplet: BD, FF and 11. RGB value is (189,255,17). Sum of RGB (Red+Green+Blue) = 189+255+17=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF11 is #4200EE. Grayscale: #D1D1D1. Windows color (decimal): -4325615 or 1179581. OLE color: 1179581.
HSL color Cylindrical-coordinate representation of color #BDFF11: hue angle of 76.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDFF11 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 17 | - |
| CMYK | 0.26 | 0 | 0.93 | 0 |
| HSL | 76.64º | 1% | 0.53% | - |
| HSV(B) | 76.64º | 0.93% | 1% | - |
| XYZ | 56.85 | 82.38 | 13.43 | - |
| YUV | 208.13 | 20.13 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 17 | 0.26 | 0 | 0.93 | 0 | 76.64 | 1 | 0.53 |
| Hex | BD | FF | 11 | 1A | 0 | 5D | 0 | 4D | 64 | 35 |
| Octal | 275 | 377 | 21 | 32 | 0 | 135 | 0 | 115 | 144 | 65 |
| Binary | 10111101 | 11111111 | 10001 | 11010 | 0 | 1011101 | 0 | 1001101 | 1100100 | 110101 |
Color Harmonies of #BDFF11
Complementary color
Monochromatic Colors of #BDFF11
Black with #BDFF11
Text Example
Text Example
White with #BDFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF11; }
p { color: rgb(189,255,17); }
H1.HeaderClassName
{
color: #BDFF11;
}
.AnyTagClassName
{
color: #BDFF11;
}
</style>
background-color css
<style>
a { background-color: #BDFF11; }
a { background-color: rgb(189,255,17); }
div.DivClassName
{
background-color: #BDFF11;
}
.BgClassName
{
background-color: #BDFF11;
}
</style>
border-color css
<style>
span { border-color: #BDFF11; }
span { border-color: rgb(189,255,17); }
td.TdClassName
{
border-color: #BDFF11;
}
.TagClassName
{
border-color: #BDFF11;
}
</style>