Shades of Electric Lime #D0E80D
Tints of Electric Lime #D0E80D
RGB
CMYK
RGB Variations
Color information
#D0E80D (or 0xD0E80D) is known color: Electric Lime. HEX triplet: D0, E8 and 0D. RGB value is (208,232,13). Sum of RGB (Red+Green+Blue) = 208+232+13=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 232 (91.02% from 255 or 51.21% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E80D is #2F17F2. Grayscale: #C8C8C8. Windows color (decimal): -3086323 or 911568. OLE color: 911568.
HSL color Cylindrical-coordinate representation of color #D0E80D: hue angle of 66.58º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0E80D is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 13 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.09 |
| HSL | 66.58º | 0.89% | 0.48% | - |
| HSV(B) | 66.58º | 0.94% | 0.91% | - |
| XYZ | 54.94 | 71.15 | 11.22 | - |
| YUV | 199.86 | 22.55 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 13 | 0.10 | 0 | 0.94 | 0.09 | 66.58 | 0.89 | 0.48 |
| Hex | D0 | E8 | D | A | 0 | 5E | 9 | 43 | 59 | 30 |
| Octal | 320 | 350 | 15 | 12 | 0 | 136 | 11 | 103 | 131 | 60 |
| Binary | 11010000 | 11101000 | 1101 | 1010 | 0 | 1011110 | 1001 | 1000011 | 1011001 | 110000 |
Color Harmonies of #D0E80D
Complementary color
Monochromatic Colors of #D0E80D
Black with #D0E80D
Text Example
Text Example
White with #D0E80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E80D; }
p { color: rgb(208,232,13); }
H1.HeaderClassName
{
color: #D0E80D;
}
.AnyTagClassName
{
color: #D0E80D;
}
</style>
background-color css
<style>
a { background-color: #D0E80D; }
a { background-color: rgb(208,232,13); }
div.DivClassName
{
background-color: #D0E80D;
}
.BgClassName
{
background-color: #D0E80D;
}
</style>
border-color css
<style>
span { border-color: #D0E80D; }
span { border-color: rgb(208,232,13); }
td.TdClassName
{
border-color: #D0E80D;
}
.TagClassName
{
border-color: #D0E80D;
}
</style>