Shades of Electric Lime #D2E50D
Tints of Electric Lime #D2E50D
RGB
CMYK
RGB Variations
Color information
#D2E50D (or 0xD2E50D) is known color: Electric Lime. HEX triplet: D2, E5 and 0D. RGB value is (210,229,13). Sum of RGB (Red+Green+Blue) = 210+229+13=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E50D is #2D1AF2. Grayscale: #C7C7C7. Windows color (decimal): -2956019 or 910802. OLE color: 910802.
HSL color Cylindrical-coordinate representation of color #D2E50D: hue angle of 65.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2E50D is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 229 | 13 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.10 |
| HSL | 65.28º | 0.89% | 0.47% | - |
| HSV(B) | 65.28º | 0.94% | 0.9% | - |
| XYZ | 54.67 | 69.77 | 10.97 | - |
| YUV | 198.7 | 23.21 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 229 | 13 | 0.08 | 0 | 0.94 | 0.10 | 65.28 | 0.89 | 0.47 |
| Hex | D2 | E5 | D | 8 | 0 | 5E | A | 41 | 59 | 2F |
| Octal | 322 | 345 | 15 | 10 | 0 | 136 | 12 | 101 | 131 | 57 |
| Binary | 11010010 | 11100101 | 1101 | 1000 | 0 | 1011110 | 1010 | 1000001 | 1011001 | 101111 |
Color Harmonies of #D2E50D
Complementary color
Monochromatic Colors of #D2E50D
Black with #D2E50D
Text Example
Text Example
White with #D2E50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E50D; }
p { color: rgb(210,229,13); }
H1.HeaderClassName
{
color: #D2E50D;
}
.AnyTagClassName
{
color: #D2E50D;
}
</style>
background-color css
<style>
a { background-color: #D2E50D; }
a { background-color: rgb(210,229,13); }
div.DivClassName
{
background-color: #D2E50D;
}
.BgClassName
{
background-color: #D2E50D;
}
</style>
border-color css
<style>
span { border-color: #D2E50D; }
span { border-color: rgb(210,229,13); }
td.TdClassName
{
border-color: #D2E50D;
}
.TagClassName
{
border-color: #D2E50D;
}
</style>