Shades of Electric Lime #D0E909
Tints of Electric Lime #D0E909
RGB
CMYK
RGB Variations
Color information
#D0E909 (or 0xD0E909) is known color: Electric Lime. HEX triplet: D0, E9 and 09. RGB value is (208,233,9). Sum of RGB (Red+Green+Blue) = 208+233+9=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E909 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E909 is #2F16F6. Grayscale: #C8C8C8. Windows color (decimal): -3086071 or 649680. OLE color: 649680.
HSL color Cylindrical-coordinate representation of color #D0E909: hue angle of 66.7º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0E909 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 9 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.09 |
| HSL | 66.7º | 0.93% | 0.47% | - |
| HSV(B) | 66.7º | 0.96% | 0.91% | - |
| XYZ | 55.2 | 71.71 | 11.19 | - |
| YUV | 199.99 | 20.22 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 9 | 0.11 | 0 | 0.96 | 0.09 | 66.7 | 0.93 | 0.47 |
| Hex | D0 | E9 | 9 | B | 0 | 60 | 9 | 43 | 5D | 2F |
| Octal | 320 | 351 | 11 | 13 | 0 | 140 | 11 | 103 | 135 | 57 |
| Binary | 11010000 | 11101001 | 1001 | 1011 | 0 | 1100000 | 1001 | 1000011 | 1011101 | 101111 |
Color Harmonies of #D0E909
Complementary color
Monochromatic Colors of #D0E909
Black with #D0E909
Text Example
Text Example
White with #D0E909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E909; }
p { color: rgb(208,233,9); }
H1.HeaderClassName
{
color: #D0E909;
}
.AnyTagClassName
{
color: #D0E909;
}
</style>
background-color css
<style>
a { background-color: #D0E909; }
a { background-color: rgb(208,233,9); }
div.DivClassName
{
background-color: #D0E909;
}
.BgClassName
{
background-color: #D0E909;
}
</style>
border-color css
<style>
span { border-color: #D0E909; }
span { border-color: rgb(208,233,9); }
td.TdClassName
{
border-color: #D0E909;
}
.TagClassName
{
border-color: #D0E909;
}
</style>