Shades of Electric Lime #D0E209
Tints of Electric Lime #D0E209
RGB
CMYK
RGB Variations
Color information
#D0E209 (or 0xD0E209) is known color: Electric Lime. HEX triplet: D0, E2 and 09. RGB value is (208,226,9). Sum of RGB (Red+Green+Blue) = 208+226+9=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 9 (3.91% from 255 or 2.03% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #D0E209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E209 is #2F1DF6. Grayscale: #C4C4C4. Windows color (decimal): -3087863 or 647888. OLE color: 647888.
HSL color Cylindrical-coordinate representation of color #D0E209: hue angle of 64.98º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0E209 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 226 | 9 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.11 |
| HSL | 64.98º | 0.92% | 0.46% | - |
| HSV(B) | 64.98º | 0.96% | 0.89% | - |
| XYZ | 53.26 | 67.82 | 10.54 | - |
| YUV | 195.88 | 22.54 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 226 | 9 | 0.08 | 0 | 0.96 | 0.11 | 64.98 | 0.92 | 0.46 |
| Hex | D0 | E2 | 9 | 8 | 0 | 60 | B | 41 | 5C | 2E |
| Octal | 320 | 342 | 11 | 10 | 0 | 140 | 13 | 101 | 134 | 56 |
| Binary | 11010000 | 11100010 | 1001 | 1000 | 0 | 1100000 | 1011 | 1000001 | 1011100 | 101110 |
Color Harmonies of #D0E209
Complementary color
Monochromatic Colors of #D0E209
Black with #D0E209
Text Example
Text Example
White with #D0E209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E209; }
p { color: rgb(208,226,9); }
H1.HeaderClassName
{
color: #D0E209;
}
.AnyTagClassName
{
color: #D0E209;
}
</style>
background-color css
<style>
a { background-color: #D0E209; }
a { background-color: rgb(208,226,9); }
div.DivClassName
{
background-color: #D0E209;
}
.BgClassName
{
background-color: #D0E209;
}
</style>
border-color css
<style>
span { border-color: #D0E209; }
span { border-color: rgb(208,226,9); }
td.TdClassName
{
border-color: #D0E209;
}
.TagClassName
{
border-color: #D0E209;
}
</style>