Shades of Electric Lime #D3EE0A
Tints of Electric Lime #D3EE0A
RGB
CMYK
RGB Variations
Color information
#D3EE0A (or 0xD3EE0A) is known color: Electric Lime. HEX triplet: D3, EE and 0A. RGB value is (211,238,10). Sum of RGB (Red+Green+Blue) = 211+238+10=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3EE0A is #2C11F5. Grayscale: #CCCCCC. Windows color (decimal): -2888182 or 716499. OLE color: 716499.
HSL color Cylindrical-coordinate representation of color #D3EE0A: hue angle of 67.11º 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 #D3EE0A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 10 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.07 |
| HSL | 67.11º | 0.92% | 0.49% | - |
| HSV(B) | 67.11º | 0.96% | 0.93% | - |
| XYZ | 57.49 | 75.02 | 11.74 | - |
| YUV | 203.94 | 18.55 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 10 | 0.11 | 0 | 0.96 | 0.07 | 67.11 | 0.92 | 0.49 |
| Hex | D3 | EE | A | B | 0 | 60 | 7 | 43 | 5C | 31 |
| Octal | 323 | 356 | 12 | 13 | 0 | 140 | 7 | 103 | 134 | 61 |
| Binary | 11010011 | 11101110 | 1010 | 1011 | 0 | 1100000 | 111 | 1000011 | 1011100 | 110001 |
Color Harmonies of #D3EE0A
Complementary color
Monochromatic Colors of #D3EE0A
Black with #D3EE0A
Text Example
Text Example
White with #D3EE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EE0A; }
p { color: rgb(211,238,10); }
H1.HeaderClassName
{
color: #D3EE0A;
}
.AnyTagClassName
{
color: #D3EE0A;
}
</style>
background-color css
<style>
a { background-color: #D3EE0A; }
a { background-color: rgb(211,238,10); }
div.DivClassName
{
background-color: #D3EE0A;
}
.BgClassName
{
background-color: #D3EE0A;
}
</style>
border-color css
<style>
span { border-color: #D3EE0A; }
span { border-color: rgb(211,238,10); }
td.TdClassName
{
border-color: #D3EE0A;
}
.TagClassName
{
border-color: #D3EE0A;
}
</style>