Shades of Electric Lime #BDFE13
Tints of Electric Lime #BDFE13
RGB
CMYK
RGB Variations
Color information
#BDFE13 (or 0xBDFE13) is known color: Electric Lime. HEX triplet: BD, FE and 13. RGB value is (189,254,19). Sum of RGB (Red+Green+Blue) = 189+254+19=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 19 (7.81% from 255 or 4.11% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE13 is #4201EC. Grayscale: #D0D0D0. Windows color (decimal): -4325869 or 1310397. OLE color: 1310397.
HSL color Cylindrical-coordinate representation of color #BDFE13: hue angle of 76.6º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDFE13 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 19 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.00 |
| HSL | 76.6º | 0.99% | 0.54% | - |
| HSV(B) | 76.6º | 0.93% | 1% | - |
| XYZ | 56.55 | 81.75 | 13.42 | - |
| YUV | 207.78 | 21.47 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 19 | 0.26 | 0 | 0.93 | 0.00 | 76.6 | 0.99 | 0.54 |
| Hex | BD | FE | 13 | 1A | 0 | 5D | 0 | 4D | 63 | 36 |
| Octal | 275 | 376 | 23 | 32 | 0 | 135 | 0 | 115 | 143 | 66 |
| Binary | 10111101 | 11111110 | 10011 | 11010 | 0 | 1011101 | 0 | 1001101 | 1100011 | 110110 |
Color Harmonies of #BDFE13
Complementary color
Monochromatic Colors of #BDFE13
Black with #BDFE13
Text Example
Text Example
White with #BDFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE13; }
p { color: rgb(189,254,19); }
H1.HeaderClassName
{
color: #BDFE13;
}
.AnyTagClassName
{
color: #BDFE13;
}
</style>
background-color css
<style>
a { background-color: #BDFE13; }
a { background-color: rgb(189,254,19); }
div.DivClassName
{
background-color: #BDFE13;
}
.BgClassName
{
background-color: #BDFE13;
}
</style>
border-color css
<style>
span { border-color: #BDFE13; }
span { border-color: rgb(189,254,19); }
td.TdClassName
{
border-color: #BDFE13;
}
.TagClassName
{
border-color: #BDFE13;
}
</style>