Shades of Electric Lime #D2E109
Tints of Electric Lime #D2E109
RGB
CMYK
RGB Variations
Color information
#D2E109 (or 0xD2E109) is known color: Electric Lime. HEX triplet: D2, E1 and 09. RGB value is (210,225,9). Sum of RGB (Red+Green+Blue) = 210+225+9=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 9 (3.91% from 255 or 2.03% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E109 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E109 is #2D1EF6. Grayscale: #C4C4C4. Windows color (decimal): -2957047 or 647634. OLE color: 647634.
HSL color Cylindrical-coordinate representation of color #D2E109: hue angle of 64.17º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2E109 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 9 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.12 |
| HSL | 64.17º | 0.92% | 0.46% | - |
| HSV(B) | 64.17º | 0.96% | 0.88% | - |
| XYZ | 53.55 | 67.57 | 10.48 | - |
| YUV | 195.89 | 22.53 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 9 | 0.07 | 0 | 0.96 | 0.12 | 64.17 | 0.92 | 0.46 |
| Hex | D2 | E1 | 9 | 7 | 0 | 60 | C | 40 | 5C | 2E |
| Octal | 322 | 341 | 11 | 7 | 0 | 140 | 14 | 100 | 134 | 56 |
| Binary | 11010010 | 11100001 | 1001 | 111 | 0 | 1100000 | 1100 | 1000000 | 1011100 | 101110 |
Color Harmonies of #D2E109
Complementary color
Monochromatic Colors of #D2E109
Black with #D2E109
Text Example
Text Example
White with #D2E109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E109; }
p { color: rgb(210,225,9); }
H1.HeaderClassName
{
color: #D2E109;
}
.AnyTagClassName
{
color: #D2E109;
}
</style>
background-color css
<style>
a { background-color: #D2E109; }
a { background-color: rgb(210,225,9); }
div.DivClassName
{
background-color: #D2E109;
}
.BgClassName
{
background-color: #D2E109;
}
</style>
border-color css
<style>
span { border-color: #D2E109; }
span { border-color: rgb(210,225,9); }
td.TdClassName
{
border-color: #D2E109;
}
.TagClassName
{
border-color: #D2E109;
}
</style>