Shades of Electric Lime #BDFD16
Tints of Electric Lime #BDFD16
RGB
CMYK
RGB Variations
Color information
#BDFD16 (or 0xBDFD16) is known color: Electric Lime. HEX triplet: BD, FD and 16. RGB value is (189,253,22). Sum of RGB (Red+Green+Blue) = 189+253+22=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 22 (8.98% from 255 or 4.74% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFD16 is #4202E9. Grayscale: #D0D0D0. Windows color (decimal): -4326122 or 1506749. OLE color: 1506749.
HSL color Cylindrical-coordinate representation of color #BDFD16: hue angle of 76.62º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDFD16 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 22 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.01 |
| HSL | 76.62º | 0.98% | 0.54% | - |
| HSV(B) | 76.62º | 0.91% | 0.99% | - |
| XYZ | 56.26 | 81.13 | 13.45 | - |
| YUV | 207.53 | 23.3 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 22 | 0.25 | 0 | 0.91 | 0.01 | 76.62 | 0.98 | 0.54 |
| Hex | BD | FD | 16 | 19 | 0 | 5B | 1 | 4D | 62 | 36 |
| Octal | 275 | 375 | 26 | 31 | 0 | 133 | 1 | 115 | 142 | 66 |
| Binary | 10111101 | 11111101 | 10110 | 11001 | 0 | 1011011 | 1 | 1001101 | 1100010 | 110110 |
Color Harmonies of #BDFD16
Complementary color
Monochromatic Colors of #BDFD16
Black with #BDFD16
Text Example
Text Example
White with #BDFD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFD16; }
p { color: rgb(189,253,22); }
H1.HeaderClassName
{
color: #BDFD16;
}
.AnyTagClassName
{
color: #BDFD16;
}
</style>
background-color css
<style>
a { background-color: #BDFD16; }
a { background-color: rgb(189,253,22); }
div.DivClassName
{
background-color: #BDFD16;
}
.BgClassName
{
background-color: #BDFD16;
}
</style>
border-color css
<style>
span { border-color: #BDFD16; }
span { border-color: rgb(189,253,22); }
td.TdClassName
{
border-color: #BDFD16;
}
.TagClassName
{
border-color: #BDFD16;
}
</style>