Shades of Electric Lime #D4EE07
Tints of Electric Lime #D4EE07
RGB
CMYK
RGB Variations
Color information
#D4EE07 (or 0xD4EE07) is known color: Electric Lime. HEX triplet: D4, EE and 07. RGB value is (212,238,7). Sum of RGB (Red+Green+Blue) = 212+238+7=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 7 (3.12% from 255 or 1.53% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EE07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EE07 is #2B11F8. Grayscale: #CCCCCC. Windows color (decimal): -2822649 or 519892. OLE color: 519892.
HSL color Cylindrical-coordinate representation of color #D4EE07: hue angle of 66.75º 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 #D4EE07 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 238 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.07 |
| HSL | 66.75º | 0.94% | 0.48% | - |
| HSV(B) | 66.75º | 0.97% | 0.93% | - |
| XYZ | 57.76 | 75.16 | 11.66 | - |
| YUV | 203.89 | 16.89 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 7 | 0.11 | 0 | 0.97 | 0.07 | 66.75 | 0.94 | 0.48 |
| Hex | D4 | EE | 7 | B | 0 | 61 | 7 | 43 | 5E | 30 |
| Octal | 324 | 356 | 7 | 13 | 0 | 141 | 7 | 103 | 136 | 60 |
| Binary | 11010100 | 11101110 | 111 | 1011 | 0 | 1100001 | 111 | 1000011 | 1011110 | 110000 |
Color Harmonies of #D4EE07
Complementary color
Monochromatic Colors of #D4EE07
Black with #D4EE07
Text Example
Text Example
White with #D4EE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EE07; }
p { color: rgb(212,238,7); }
H1.HeaderClassName
{
color: #D4EE07;
}
.AnyTagClassName
{
color: #D4EE07;
}
</style>
background-color css
<style>
a { background-color: #D4EE07; }
a { background-color: rgb(212,238,7); }
div.DivClassName
{
background-color: #D4EE07;
}
.BgClassName
{
background-color: #D4EE07;
}
</style>
border-color css
<style>
span { border-color: #D4EE07; }
span { border-color: rgb(212,238,7); }
td.TdClassName
{
border-color: #D4EE07;
}
.TagClassName
{
border-color: #D4EE07;
}
</style>