Shades of Electric Lime #D2EE0D
Tints of Electric Lime #D2EE0D
RGB
CMYK
RGB Variations
Color information
#D2EE0D (or 0xD2EE0D) is known color: Electric Lime. HEX triplet: D2, EE and 0D. RGB value is (210,238,13). Sum of RGB (Red+Green+Blue) = 210+238+13=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 238 (93.36% from 255 or 51.63% from 461); Blue value is 13 (5.47% from 255 or 2.82% from 461); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EE0D is #2D11F2. Grayscale: #CCCCCC. Windows color (decimal): -2953715 or 913106. OLE color: 913106.
HSL color Cylindrical-coordinate representation of color #D2EE0D: hue angle of 67.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2EE0D is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 13 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.07 |
| HSL | 67.47º | 0.9% | 0.49% | - |
| HSV(B) | 67.47º | 0.95% | 0.93% | - |
| XYZ | 57.23 | 74.88 | 11.82 | - |
| YUV | 203.98 | 20.22 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 13 | 0.12 | 0 | 0.95 | 0.07 | 67.47 | 0.9 | 0.49 |
| Hex | D2 | EE | D | C | 0 | 5F | 7 | 43 | 5A | 31 |
| Octal | 322 | 356 | 15 | 14 | 0 | 137 | 7 | 103 | 132 | 61 |
| Binary | 11010010 | 11101110 | 1101 | 1100 | 0 | 1011111 | 111 | 1000011 | 1011010 | 110001 |
Color Harmonies of #D2EE0D
Complementary color
Monochromatic Colors of #D2EE0D
Black with #D2EE0D
Text Example
Text Example
White with #D2EE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EE0D; }
p { color: rgb(210,238,13); }
H1.HeaderClassName
{
color: #D2EE0D;
}
.AnyTagClassName
{
color: #D2EE0D;
}
</style>
background-color css
<style>
a { background-color: #D2EE0D; }
a { background-color: rgb(210,238,13); }
div.DivClassName
{
background-color: #D2EE0D;
}
.BgClassName
{
background-color: #D2EE0D;
}
</style>
border-color css
<style>
span { border-color: #D2EE0D; }
span { border-color: rgb(210,238,13); }
td.TdClassName
{
border-color: #D2EE0D;
}
.TagClassName
{
border-color: #D2EE0D;
}
</style>