Shades of Electric Lime #D3E50E
Tints of Electric Lime #D3E50E
RGB
CMYK
RGB Variations
Color information
#D3E50E (or 0xD3E50E) is known color: Electric Lime. HEX triplet: D3, E5 and 0E. RGB value is (211,229,14). Sum of RGB (Red+Green+Blue) = 211+229+14=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E50E is #2C1AF1. Grayscale: #C7C7C7. Windows color (decimal): -2890482 or 976339. OLE color: 976339.
HSL color Cylindrical-coordinate representation of color #D3E50E: hue angle of 65.02º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3E50E is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 14 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.10 |
| HSL | 65.02º | 0.88% | 0.48% | - |
| HSV(B) | 65.02º | 0.94% | 0.9% | - |
| XYZ | 54.96 | 69.92 | 11.01 | - |
| YUV | 199.11 | 23.54 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 14 | 0.08 | 0 | 0.94 | 0.10 | 65.02 | 0.88 | 0.48 |
| Hex | D3 | E5 | E | 8 | 0 | 5E | A | 41 | 58 | 30 |
| Octal | 323 | 345 | 16 | 10 | 0 | 136 | 12 | 101 | 130 | 60 |
| Binary | 11010011 | 11100101 | 1110 | 1000 | 0 | 1011110 | 1010 | 1000001 | 1011000 | 110000 |
Color Harmonies of #D3E50E
Complementary color
Monochromatic Colors of #D3E50E
Black with #D3E50E
Text Example
Text Example
White with #D3E50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E50E; }
p { color: rgb(211,229,14); }
H1.HeaderClassName
{
color: #D3E50E;
}
.AnyTagClassName
{
color: #D3E50E;
}
</style>
background-color css
<style>
a { background-color: #D3E50E; }
a { background-color: rgb(211,229,14); }
div.DivClassName
{
background-color: #D3E50E;
}
.BgClassName
{
background-color: #D3E50E;
}
</style>
border-color css
<style>
span { border-color: #D3E50E; }
span { border-color: rgb(211,229,14); }
td.TdClassName
{
border-color: #D3E50E;
}
.TagClassName
{
border-color: #D3E50E;
}
</style>