Shades of Electric Lime #D4EC13
Tints of Electric Lime #D4EC13
RGB
CMYK
RGB Variations
Color information
#D4EC13 (or 0xD4EC13) is known color: Electric Lime. HEX triplet: D4, EC and 13. RGB value is (212,236,19). Sum of RGB (Red+Green+Blue) = 212+236+19=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EC13 is #2B13EC. Grayscale: #CCCCCC. Windows color (decimal): -2823149 or 1305812. OLE color: 1305812.
HSL color Cylindrical-coordinate representation of color #D4EC13: hue angle of 66.64º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4EC13 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 236 | 19 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.07 |
| HSL | 66.64º | 0.85% | 0.5% | - |
| HSV(B) | 66.64º | 0.92% | 0.93% | - |
| XYZ | 57.26 | 74.03 | 11.89 | - |
| YUV | 204.09 | 23.55 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 236 | 19 | 0.10 | 0 | 0.92 | 0.07 | 66.64 | 0.85 | 0.5 |
| Hex | D4 | EC | 13 | A | 0 | 5C | 7 | 43 | 55 | 32 |
| Octal | 324 | 354 | 23 | 12 | 0 | 134 | 7 | 103 | 125 | 62 |
| Binary | 11010100 | 11101100 | 10011 | 1010 | 0 | 1011100 | 111 | 1000011 | 1010101 | 110010 |
Color Harmonies of #D4EC13
Complementary color
Monochromatic Colors of #D4EC13
Black with #D4EC13
Text Example
Text Example
White with #D4EC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EC13; }
p { color: rgb(212,236,19); }
H1.HeaderClassName
{
color: #D4EC13;
}
.AnyTagClassName
{
color: #D4EC13;
}
</style>
background-color css
<style>
a { background-color: #D4EC13; }
a { background-color: rgb(212,236,19); }
div.DivClassName
{
background-color: #D4EC13;
}
.BgClassName
{
background-color: #D4EC13;
}
</style>
border-color css
<style>
span { border-color: #D4EC13; }
span { border-color: rgb(212,236,19); }
td.TdClassName
{
border-color: #D4EC13;
}
.TagClassName
{
border-color: #D4EC13;
}
</style>