Shades of Electric Lime #D2E705
Tints of Electric Lime #D2E705
RGB
CMYK
RGB Variations
Color information
#D2E705 (or 0xD2E705) is known color: Electric Lime. HEX triplet: D2, E7 and 05. RGB value is (210,231,5). Sum of RGB (Red+Green+Blue) = 210+231+5=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2E705 is #2D18FA. Grayscale: #C7C7C7. Windows color (decimal): -2955515 or 387026. OLE color: 387026.
HSL color Cylindrical-coordinate representation of color #D2E705: hue angle of 65.58º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2E705 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 5 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.09 |
| HSL | 65.58º | 0.96% | 0.46% | - |
| HSV(B) | 65.58º | 0.98% | 0.91% | - |
| XYZ | 55.18 | 70.86 | 10.91 | - |
| YUV | 198.96 | 18.54 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 5 | 0.09 | 0 | 0.98 | 0.09 | 65.58 | 0.96 | 0.46 |
| Hex | D2 | E7 | 5 | 9 | 0 | 62 | 9 | 42 | 60 | 2E |
| Octal | 322 | 347 | 5 | 11 | 0 | 142 | 11 | 102 | 140 | 56 |
| Binary | 11010010 | 11100111 | 101 | 1001 | 0 | 1100010 | 1001 | 1000010 | 1100000 | 101110 |
Color Harmonies of #D2E705
Complementary color
Monochromatic Colors of #D2E705
Black with #D2E705
Text Example
Text Example
White with #D2E705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E705; }
p { color: rgb(210,231,5); }
H1.HeaderClassName
{
color: #D2E705;
}
.AnyTagClassName
{
color: #D2E705;
}
</style>
background-color css
<style>
a { background-color: #D2E705; }
a { background-color: rgb(210,231,5); }
div.DivClassName
{
background-color: #D2E705;
}
.BgClassName
{
background-color: #D2E705;
}
</style>
border-color css
<style>
span { border-color: #D2E705; }
span { border-color: rgb(210,231,5); }
td.TdClassName
{
border-color: #D2E705;
}
.TagClassName
{
border-color: #D2E705;
}
</style>