Shades of Electric Lime #D1E209
Tints of Electric Lime #D1E209
RGB
CMYK
RGB Variations
Color information
#D1E209 (or 0xD1E209) is known color: Electric Lime. HEX triplet: D1, E2 and 09. RGB value is (209,226,9). Sum of RGB (Red+Green+Blue) = 209+226+9=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 9 (3.91% from 255 or 2.03% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #D1E209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E209 is #2E1DF6. Grayscale: #C5C5C5. Windows color (decimal): -3022327 or 647889. OLE color: 647889.
HSL color Cylindrical-coordinate representation of color #D1E209: hue angle of 64.7º 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 #D1E209 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 226 | 9 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.11 |
| HSL | 64.7º | 0.92% | 0.46% | - |
| HSV(B) | 64.7º | 0.96% | 0.89% | - |
| XYZ | 53.54 | 67.97 | 10.56 | - |
| YUV | 196.18 | 22.37 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 226 | 9 | 0.08 | 0 | 0.96 | 0.11 | 64.7 | 0.92 | 0.46 |
| Hex | D1 | E2 | 9 | 8 | 0 | 60 | B | 41 | 5C | 2E |
| Octal | 321 | 342 | 11 | 10 | 0 | 140 | 13 | 101 | 134 | 56 |
| Binary | 11010001 | 11100010 | 1001 | 1000 | 0 | 1100000 | 1011 | 1000001 | 1011100 | 101110 |
Color Harmonies of #D1E209
Complementary color
Monochromatic Colors of #D1E209
Black with #D1E209
Text Example
Text Example
White with #D1E209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E209; }
p { color: rgb(209,226,9); }
H1.HeaderClassName
{
color: #D1E209;
}
.AnyTagClassName
{
color: #D1E209;
}
</style>
background-color css
<style>
a { background-color: #D1E209; }
a { background-color: rgb(209,226,9); }
div.DivClassName
{
background-color: #D1E209;
}
.BgClassName
{
background-color: #D1E209;
}
</style>
border-color css
<style>
span { border-color: #D1E209; }
span { border-color: rgb(209,226,9); }
td.TdClassName
{
border-color: #D1E209;
}
.TagClassName
{
border-color: #D1E209;
}
</style>