Shades of Electric Lime #D2E60D
Tints of Electric Lime #D2E60D
RGB
CMYK
RGB Variations
Color information
#D2E60D (or 0xD2E60D) is known color: Electric Lime. HEX triplet: D2, E6 and 0D. RGB value is (210,230,13). Sum of RGB (Red+Green+Blue) = 210+230+13=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 230 (90.23% from 255 or 50.77% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2E60D is #2D19F2. Grayscale: #C8C8C8. Windows color (decimal): -2955763 or 911058. OLE color: 911058.
HSL color Cylindrical-coordinate representation of color #D2E60D: hue angle of 65.53º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2E60D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 230 | 13 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.10 |
| HSL | 65.53º | 0.89% | 0.48% | - |
| HSV(B) | 65.53º | 0.94% | 0.9% | - |
| XYZ | 54.95 | 70.32 | 11.06 | - |
| YUV | 199.28 | 22.87 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 230 | 13 | 0.09 | 0 | 0.94 | 0.10 | 65.53 | 0.89 | 0.48 |
| Hex | D2 | E6 | D | 9 | 0 | 5E | A | 42 | 59 | 30 |
| Octal | 322 | 346 | 15 | 11 | 0 | 136 | 12 | 102 | 131 | 60 |
| Binary | 11010010 | 11100110 | 1101 | 1001 | 0 | 1011110 | 1010 | 1000010 | 1011001 | 110000 |
Color Harmonies of #D2E60D
Complementary color
Monochromatic Colors of #D2E60D
Black with #D2E60D
Text Example
Text Example
White with #D2E60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E60D; }
p { color: rgb(210,230,13); }
H1.HeaderClassName
{
color: #D2E60D;
}
.AnyTagClassName
{
color: #D2E60D;
}
</style>
background-color css
<style>
a { background-color: #D2E60D; }
a { background-color: rgb(210,230,13); }
div.DivClassName
{
background-color: #D2E60D;
}
.BgClassName
{
background-color: #D2E60D;
}
</style>
border-color css
<style>
span { border-color: #D2E60D; }
span { border-color: rgb(210,230,13); }
td.TdClassName
{
border-color: #D2E60D;
}
.TagClassName
{
border-color: #D2E60D;
}
</style>