Shades of Electric Lime #D1EC07
Tints of Electric Lime #D1EC07
RGB
CMYK
RGB Variations
Color information
#D1EC07 (or 0xD1EC07) is known color: Electric Lime. HEX triplet: D1, EC and 07. RGB value is (209,236,7). Sum of RGB (Red+Green+Blue) = 209+236+7=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EC07 is #2E13F8. Grayscale: #CACACA. Windows color (decimal): -3019769 or 519377. OLE color: 519377.
HSL color Cylindrical-coordinate representation of color #D1EC07: hue angle of 67.07º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1EC07 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.07 |
| HSL | 67.07º | 0.94% | 0.48% | - |
| HSV(B) | 67.07º | 0.97% | 0.93% | - |
| XYZ | 56.33 | 73.56 | 11.43 | - |
| YUV | 201.82 | 18.05 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 7 | 0.11 | 0 | 0.97 | 0.07 | 67.07 | 0.94 | 0.48 |
| Hex | D1 | EC | 7 | B | 0 | 61 | 7 | 43 | 5E | 30 |
| Octal | 321 | 354 | 7 | 13 | 0 | 141 | 7 | 103 | 136 | 60 |
| Binary | 11010001 | 11101100 | 111 | 1011 | 0 | 1100001 | 111 | 1000011 | 1011110 | 110000 |
Color Harmonies of #D1EC07
Complementary color
Monochromatic Colors of #D1EC07
Black with #D1EC07
Text Example
Text Example
White with #D1EC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC07; }
p { color: rgb(209,236,7); }
H1.HeaderClassName
{
color: #D1EC07;
}
.AnyTagClassName
{
color: #D1EC07;
}
</style>
background-color css
<style>
a { background-color: #D1EC07; }
a { background-color: rgb(209,236,7); }
div.DivClassName
{
background-color: #D1EC07;
}
.BgClassName
{
background-color: #D1EC07;
}
</style>
border-color css
<style>
span { border-color: #D1EC07; }
span { border-color: rgb(209,236,7); }
td.TdClassName
{
border-color: #D1EC07;
}
.TagClassName
{
border-color: #D1EC07;
}
</style>