Shades of Electric Lime #D1EE04
Tints of Electric Lime #D1EE04
RGB
CMYK
RGB Variations
Color information
#D1EE04 (or 0xD1EE04) is known color: Electric Lime. HEX triplet: D1, EE and 04. RGB value is (209,238,4). Sum of RGB (Red+Green+Blue) = 209+238+4=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 238 (93.36% from 255 or 52.77% from 451); Blue value is 4 (1.95% from 255 or 0.89% from 451); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EE04 is #2E11FB. Grayscale: #CBCBCB. Windows color (decimal): -3019260 or 323281. OLE color: 323281.
HSL color Cylindrical-coordinate representation of color #D1EE04: hue angle of 67.44º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1EE04 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 238 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.07 |
| HSL | 67.44º | 0.97% | 0.47% | - |
| HSV(B) | 67.44º | 0.98% | 0.93% | - |
| XYZ | 56.89 | 74.71 | 11.54 | - |
| YUV | 202.65 | 15.89 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 238 | 4 | 0.12 | 0 | 0.98 | 0.07 | 67.44 | 0.97 | 0.47 |
| Hex | D1 | EE | 4 | C | 0 | 62 | 7 | 43 | 61 | 2F |
| Octal | 321 | 356 | 4 | 14 | 0 | 142 | 7 | 103 | 141 | 57 |
| Binary | 11010001 | 11101110 | 100 | 1100 | 0 | 1100010 | 111 | 1000011 | 1100001 | 101111 |
Color Harmonies of #D1EE04
Complementary color
Monochromatic Colors of #D1EE04
Black with #D1EE04
Text Example
Text Example
White with #D1EE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EE04; }
p { color: rgb(209,238,4); }
H1.HeaderClassName
{
color: #D1EE04;
}
.AnyTagClassName
{
color: #D1EE04;
}
</style>
background-color css
<style>
a { background-color: #D1EE04; }
a { background-color: rgb(209,238,4); }
div.DivClassName
{
background-color: #D1EE04;
}
.BgClassName
{
background-color: #D1EE04;
}
</style>
border-color css
<style>
span { border-color: #D1EE04; }
span { border-color: rgb(209,238,4); }
td.TdClassName
{
border-color: #D1EE04;
}
.TagClassName
{
border-color: #D1EE04;
}
</style>