Shades of Electric Lime #BDFE14
Tints of Electric Lime #BDFE14
RGB
CMYK
RGB Variations
Color information
#BDFE14 (or 0xBDFE14) is known color: Electric Lime. HEX triplet: BD, FE and 14. RGB value is (189,254,20). Sum of RGB (Red+Green+Blue) = 189+254+20=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE14 is #4201EB. Grayscale: #D0D0D0. Windows color (decimal): -4325868 or 1375933. OLE color: 1375933.
HSL color Cylindrical-coordinate representation of color #BDFE14: hue angle of 76.67º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDFE14 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 20 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.00 |
| HSL | 76.67º | 0.99% | 0.54% | - |
| HSV(B) | 76.67º | 0.92% | 1% | - |
| XYZ | 56.55 | 81.75 | 13.46 | - |
| YUV | 207.89 | 21.97 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 20 | 0.26 | 0 | 0.92 | 0.00 | 76.67 | 0.99 | 0.54 |
| Hex | BD | FE | 14 | 1A | 0 | 5C | 0 | 4D | 63 | 36 |
| Octal | 275 | 376 | 24 | 32 | 0 | 134 | 0 | 115 | 143 | 66 |
| Binary | 10111101 | 11111110 | 10100 | 11010 | 0 | 1011100 | 0 | 1001101 | 1100011 | 110110 |
Color Harmonies of #BDFE14
Complementary color
Monochromatic Colors of #BDFE14
Black with #BDFE14
Text Example
Text Example
White with #BDFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE14; }
p { color: rgb(189,254,20); }
H1.HeaderClassName
{
color: #BDFE14;
}
.AnyTagClassName
{
color: #BDFE14;
}
</style>
background-color css
<style>
a { background-color: #BDFE14; }
a { background-color: rgb(189,254,20); }
div.DivClassName
{
background-color: #BDFE14;
}
.BgClassName
{
background-color: #BDFE14;
}
</style>
border-color css
<style>
span { border-color: #BDFE14; }
span { border-color: rgb(189,254,20); }
td.TdClassName
{
border-color: #BDFE14;
}
.TagClassName
{
border-color: #BDFE14;
}
</style>