Shades of Electric Lime #D3EE06
Tints of Electric Lime #D3EE06
RGB
CMYK
RGB Variations
Color information
#D3EE06 (or 0xD3EE06) is known color: Electric Lime. HEX triplet: D3, EE and 06. RGB value is (211,238,6). Sum of RGB (Red+Green+Blue) = 211+238+6=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EE06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3EE06 is #2C11F9. Grayscale: #CCCCCC. Windows color (decimal): -2888186 or 454355. OLE color: 454355.
HSL color Cylindrical-coordinate representation of color #D3EE06: hue angle of 66.98º degrees, saturation: 0.95, 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 #D3EE06 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 6 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.07 |
| HSL | 66.98º | 0.95% | 0.48% | - |
| HSV(B) | 66.98º | 0.97% | 0.93% | - |
| XYZ | 57.47 | 75.01 | 11.62 | - |
| YUV | 203.48 | 16.55 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 6 | 0.11 | 0 | 0.97 | 0.07 | 66.98 | 0.95 | 0.48 |
| Hex | D3 | EE | 6 | B | 0 | 61 | 7 | 43 | 5F | 30 |
| Octal | 323 | 356 | 6 | 13 | 0 | 141 | 7 | 103 | 137 | 60 |
| Binary | 11010011 | 11101110 | 110 | 1011 | 0 | 1100001 | 111 | 1000011 | 1011111 | 110000 |
Color Harmonies of #D3EE06
Complementary color
Monochromatic Colors of #D3EE06
Black with #D3EE06
Text Example
Text Example
White with #D3EE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EE06; }
p { color: rgb(211,238,6); }
H1.HeaderClassName
{
color: #D3EE06;
}
.AnyTagClassName
{
color: #D3EE06;
}
</style>
background-color css
<style>
a { background-color: #D3EE06; }
a { background-color: rgb(211,238,6); }
div.DivClassName
{
background-color: #D3EE06;
}
.BgClassName
{
background-color: #D3EE06;
}
</style>
border-color css
<style>
span { border-color: #D3EE06; }
span { border-color: rgb(211,238,6); }
td.TdClassName
{
border-color: #D3EE06;
}
.TagClassName
{
border-color: #D3EE06;
}
</style>