Shades of Electric Lime #D0DD02
Tints of Electric Lime #D0DD02
RGB
CMYK
RGB Variations
Color information
#D0DD02 (or 0xD0DD02) is known color: Electric Lime. HEX triplet: D0, DD and 02. RGB value is (208,221,2). Sum of RGB (Red+Green+Blue) = 208+221+2=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DD02 is #2F22FD. Grayscale: #C1C1C1. Windows color (decimal): -3089150 or 187856. OLE color: 187856.
HSL color Cylindrical-coordinate representation of color #D0DD02: hue angle of 63.56º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0DD02 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.13 |
| HSL | 63.56º | 0.98% | 0.44% | - |
| HSV(B) | 63.56º | 0.99% | 0.87% | - |
| XYZ | 51.88 | 65.13 | 9.89 | - |
| YUV | 192.15 | 20.69 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 2 | 0.06 | 0 | 0.99 | 0.13 | 63.56 | 0.98 | 0.44 |
| Hex | D0 | DD | 2 | 6 | 0 | 63 | D | 40 | 62 | 2C |
| Octal | 320 | 335 | 2 | 6 | 0 | 143 | 15 | 100 | 142 | 54 |
| Binary | 11010000 | 11011101 | 10 | 110 | 0 | 1100011 | 1101 | 1000000 | 1100010 | 101100 |
Color Harmonies of #D0DD02
Complementary color
Monochromatic Colors of #D0DD02
Black with #D0DD02
Text Example
Text Example
White with #D0DD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD02; }
p { color: rgb(208,221,2); }
H1.HeaderClassName
{
color: #D0DD02;
}
.AnyTagClassName
{
color: #D0DD02;
}
</style>
background-color css
<style>
a { background-color: #D0DD02; }
a { background-color: rgb(208,221,2); }
div.DivClassName
{
background-color: #D0DD02;
}
.BgClassName
{
background-color: #D0DD02;
}
</style>
border-color css
<style>
span { border-color: #D0DD02; }
span { border-color: rgb(208,221,2); }
td.TdClassName
{
border-color: #D0DD02;
}
.TagClassName
{
border-color: #D0DD02;
}
</style>