Shades of Electric Lime #D0E10D
Tints of Electric Lime #D0E10D
RGB
CMYK
RGB Variations
Color information
#D0E10D (or 0xD0E10D) is known color: Electric Lime. HEX triplet: D0, E1 and 0D. RGB value is (208,225,13). Sum of RGB (Red+Green+Blue) = 208+225+13=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E10D is #2F1EF2. Grayscale: #C4C4C4. Windows color (decimal): -3088115 or 909776. OLE color: 909776.
HSL color Cylindrical-coordinate representation of color #D0E10D: hue angle of 64.81º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0E10D is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 13 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.12 |
| HSL | 64.81º | 0.89% | 0.47% | - |
| HSV(B) | 64.81º | 0.94% | 0.88% | - |
| XYZ | 53.01 | 67.29 | 10.57 | - |
| YUV | 195.75 | 24.87 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 13 | 0.08 | 0 | 0.94 | 0.12 | 64.81 | 0.89 | 0.47 |
| Hex | D0 | E1 | D | 8 | 0 | 5E | C | 41 | 59 | 2F |
| Octal | 320 | 341 | 15 | 10 | 0 | 136 | 14 | 101 | 131 | 57 |
| Binary | 11010000 | 11100001 | 1101 | 1000 | 0 | 1011110 | 1100 | 1000001 | 1011001 | 101111 |
Color Harmonies of #D0E10D
Complementary color
Monochromatic Colors of #D0E10D
Black with #D0E10D
Text Example
Text Example
White with #D0E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E10D; }
p { color: rgb(208,225,13); }
H1.HeaderClassName
{
color: #D0E10D;
}
.AnyTagClassName
{
color: #D0E10D;
}
</style>
background-color css
<style>
a { background-color: #D0E10D; }
a { background-color: rgb(208,225,13); }
div.DivClassName
{
background-color: #D0E10D;
}
.BgClassName
{
background-color: #D0E10D;
}
</style>
border-color css
<style>
span { border-color: #D0E10D; }
span { border-color: rgb(208,225,13); }
td.TdClassName
{
border-color: #D0E10D;
}
.TagClassName
{
border-color: #D0E10D;
}
</style>