Shades of Electric Lime #BDFE12
Tints of Electric Lime #BDFE12
RGB
CMYK
RGB Variations
Color information
#BDFE12 (or 0xBDFE12) is known color: Electric Lime. HEX triplet: BD, FE and 12. RGB value is (189,254,18). Sum of RGB (Red+Green+Blue) = 189+254+18=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDFE12 is #4201ED. Grayscale: #D0D0D0. Windows color (decimal): -4325870 or 1244861. OLE color: 1244861.
HSL color Cylindrical-coordinate representation of color #BDFE12: hue angle of 76.53º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDFE12 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 18 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.00 |
| HSL | 76.53º | 0.99% | 0.53% | - |
| HSV(B) | 76.53º | 0.93% | 1% | - |
| XYZ | 56.54 | 81.75 | 13.37 | - |
| YUV | 207.66 | 20.97 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 18 | 0.26 | 0 | 0.93 | 0.00 | 76.53 | 0.99 | 0.53 |
| Hex | BD | FE | 12 | 1A | 0 | 5D | 0 | 4D | 63 | 35 |
| Octal | 275 | 376 | 22 | 32 | 0 | 135 | 0 | 115 | 143 | 65 |
| Binary | 10111101 | 11111110 | 10010 | 11010 | 0 | 1011101 | 0 | 1001101 | 1100011 | 110101 |
Color Harmonies of #BDFE12
Complementary color
Monochromatic Colors of #BDFE12
Black with #BDFE12
Text Example
Text Example
White with #BDFE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE12; }
p { color: rgb(189,254,18); }
H1.HeaderClassName
{
color: #BDFE12;
}
.AnyTagClassName
{
color: #BDFE12;
}
</style>
background-color css
<style>
a { background-color: #BDFE12; }
a { background-color: rgb(189,254,18); }
div.DivClassName
{
background-color: #BDFE12;
}
.BgClassName
{
background-color: #BDFE12;
}
</style>
border-color css
<style>
span { border-color: #BDFE12; }
span { border-color: rgb(189,254,18); }
td.TdClassName
{
border-color: #BDFE12;
}
.TagClassName
{
border-color: #BDFE12;
}
</style>