Shades of Electric Lime #BDFF16
Tints of Electric Lime #BDFF16
RGB
CMYK
RGB Variations
Color information
#BDFF16 (or 0xBDFF16) is known color: Electric Lime. HEX triplet: BD, FF and 16. RGB value is (189,255,22). Sum of RGB (Red+Green+Blue) = 189+255+22=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF16 is #4200E9. Grayscale: #D1D1D1. Windows color (decimal): -4325610 or 1507261. OLE color: 1507261.
HSL color Cylindrical-coordinate representation of color #BDFF16: hue angle of 77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDFF16 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 22 | - |
| CMYK | 0.26 | 0 | 0.91 | 0 |
| HSL | 77º | 1% | 0.54% | - |
| HSV(B) | 77º | 0.91% | 1% | - |
| XYZ | 56.89 | 82.4 | 13.66 | - |
| YUV | 208.7 | 22.63 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 22 | 0.26 | 0 | 0.91 | 0 | 77 | 1 | 0.54 |
| Hex | BD | FF | 16 | 1A | 0 | 5B | 0 | 4D | 64 | 36 |
| Octal | 275 | 377 | 26 | 32 | 0 | 133 | 0 | 115 | 144 | 66 |
| Binary | 10111101 | 11111111 | 10110 | 11010 | 0 | 1011011 | 0 | 1001101 | 1100100 | 110110 |
Color Harmonies of #BDFF16
Complementary color
Monochromatic Colors of #BDFF16
Black with #BDFF16
Text Example
Text Example
White with #BDFF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF16; }
p { color: rgb(189,255,22); }
H1.HeaderClassName
{
color: #BDFF16;
}
.AnyTagClassName
{
color: #BDFF16;
}
</style>
background-color css
<style>
a { background-color: #BDFF16; }
a { background-color: rgb(189,255,22); }
div.DivClassName
{
background-color: #BDFF16;
}
.BgClassName
{
background-color: #BDFF16;
}
</style>
border-color css
<style>
span { border-color: #BDFF16; }
span { border-color: rgb(189,255,22); }
td.TdClassName
{
border-color: #BDFF16;
}
.TagClassName
{
border-color: #BDFF16;
}
</style>