Shades of Electric Lime #BDFF13
Tints of Electric Lime #BDFF13
RGB
CMYK
RGB Variations
Color information
#BDFF13 (or 0xBDFF13) is known color: Electric Lime. HEX triplet: BD, FF and 13. RGB value is (189,255,19). Sum of RGB (Red+Green+Blue) = 189+255+19=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFF13 is #4200EC. Grayscale: #D1D1D1. Windows color (decimal): -4325613 or 1310653. OLE color: 1310653.
HSL color Cylindrical-coordinate representation of color #BDFF13: hue angle of 76.78º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDFF13 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 19 | - |
| CMYK | 0.26 | 0 | 0.93 | 0 |
| HSL | 76.78º | 1% | 0.54% | - |
| HSV(B) | 76.78º | 0.93% | 1% | - |
| XYZ | 56.86 | 82.39 | 13.52 | - |
| YUV | 208.36 | 21.13 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 19 | 0.26 | 0 | 0.93 | 0 | 76.78 | 1 | 0.54 |
| Hex | BD | FF | 13 | 1A | 0 | 5D | 0 | 4D | 64 | 36 |
| Octal | 275 | 377 | 23 | 32 | 0 | 135 | 0 | 115 | 144 | 66 |
| Binary | 10111101 | 11111111 | 10011 | 11010 | 0 | 1011101 | 0 | 1001101 | 1100100 | 110110 |
Color Harmonies of #BDFF13
Complementary color
Monochromatic Colors of #BDFF13
Black with #BDFF13
Text Example
Text Example
White with #BDFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF13; }
p { color: rgb(189,255,19); }
H1.HeaderClassName
{
color: #BDFF13;
}
.AnyTagClassName
{
color: #BDFF13;
}
</style>
background-color css
<style>
a { background-color: #BDFF13; }
a { background-color: rgb(189,255,19); }
div.DivClassName
{
background-color: #BDFF13;
}
.BgClassName
{
background-color: #BDFF13;
}
</style>
border-color css
<style>
span { border-color: #BDFF13; }
span { border-color: rgb(189,255,19); }
td.TdClassName
{
border-color: #BDFF13;
}
.TagClassName
{
border-color: #BDFF13;
}
</style>