Shades of Electric Lime #D4EE0A
Tints of Electric Lime #D4EE0A
RGB
CMYK
RGB Variations
Color information
#D4EE0A (or 0xD4EE0A) is known color: Electric Lime. HEX triplet: D4, EE and 0A. RGB value is (212,238,10). Sum of RGB (Red+Green+Blue) = 212+238+10=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EE0A is #2B11F5. Grayscale: #CDCDCD. Windows color (decimal): -2822646 or 716500. OLE color: 716500.
HSL color Cylindrical-coordinate representation of color #D4EE0A: hue angle of 66.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4EE0A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 238 | 10 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.07 |
| HSL | 66.84º | 0.92% | 0.49% | - |
| HSV(B) | 66.84º | 0.96% | 0.93% | - |
| XYZ | 57.78 | 75.17 | 11.75 | - |
| YUV | 204.23 | 18.39 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 10 | 0.11 | 0 | 0.96 | 0.07 | 66.84 | 0.92 | 0.49 |
| Hex | D4 | EE | A | B | 0 | 60 | 7 | 43 | 5C | 31 |
| Octal | 324 | 356 | 12 | 13 | 0 | 140 | 7 | 103 | 134 | 61 |
| Binary | 11010100 | 11101110 | 1010 | 1011 | 0 | 1100000 | 111 | 1000011 | 1011100 | 110001 |
Color Harmonies of #D4EE0A
Complementary color
Monochromatic Colors of #D4EE0A
Black with #D4EE0A
Text Example
Text Example
White with #D4EE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EE0A; }
p { color: rgb(212,238,10); }
H1.HeaderClassName
{
color: #D4EE0A;
}
.AnyTagClassName
{
color: #D4EE0A;
}
</style>
background-color css
<style>
a { background-color: #D4EE0A; }
a { background-color: rgb(212,238,10); }
div.DivClassName
{
background-color: #D4EE0A;
}
.BgClassName
{
background-color: #D4EE0A;
}
</style>
border-color css
<style>
span { border-color: #D4EE0A; }
span { border-color: rgb(212,238,10); }
td.TdClassName
{
border-color: #D4EE0A;
}
.TagClassName
{
border-color: #D4EE0A;
}
</style>