Shades of Electric Lime #D2E20C
Tints of Electric Lime #D2E20C
RGB
CMYK
RGB Variations
Color information
#D2E20C (or 0xD2E20C) is known color: Electric Lime. HEX triplet: D2, E2 and 0C. RGB value is (210,226,12). Sum of RGB (Red+Green+Blue) = 210+226+12=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E20C is #2D1DF3. Grayscale: #C5C5C5. Windows color (decimal): -2956788 or 844498. OLE color: 844498.
HSL color Cylindrical-coordinate representation of color #D2E20C: hue angle of 64.49º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2E20C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 226 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.11 |
| HSL | 64.49º | 0.9% | 0.47% | - |
| HSV(B) | 64.49º | 0.95% | 0.89% | - |
| XYZ | 53.84 | 68.12 | 10.66 | - |
| YUV | 196.82 | 23.7 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 226 | 12 | 0.07 | 0 | 0.95 | 0.11 | 64.49 | 0.9 | 0.47 |
| Hex | D2 | E2 | C | 7 | 0 | 5F | B | 40 | 5A | 2F |
| Octal | 322 | 342 | 14 | 7 | 0 | 137 | 13 | 100 | 132 | 57 |
| Binary | 11010010 | 11100010 | 1100 | 111 | 0 | 1011111 | 1011 | 1000000 | 1011010 | 101111 |
Color Harmonies of #D2E20C
Complementary color
Monochromatic Colors of #D2E20C
Black with #D2E20C
Text Example
Text Example
White with #D2E20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E20C; }
p { color: rgb(210,226,12); }
H1.HeaderClassName
{
color: #D2E20C;
}
.AnyTagClassName
{
color: #D2E20C;
}
</style>
background-color css
<style>
a { background-color: #D2E20C; }
a { background-color: rgb(210,226,12); }
div.DivClassName
{
background-color: #D2E20C;
}
.BgClassName
{
background-color: #D2E20C;
}
</style>
border-color css
<style>
span { border-color: #D2E20C; }
span { border-color: rgb(210,226,12); }
td.TdClassName
{
border-color: #D2E20C;
}
.TagClassName
{
border-color: #D2E20C;
}
</style>