Shades of Electric Lime #D3E70C
Tints of Electric Lime #D3E70C
RGB
CMYK
RGB Variations
Color information
#D3E70C (or 0xD3E70C) is known color: Electric Lime. HEX triplet: D3, E7 and 0C. RGB value is (211,231,12). Sum of RGB (Red+Green+Blue) = 211+231+12=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 231 (90.62% from 255 or 50.88% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3E70C is #2C18F3. Grayscale: #C8C8C8. Windows color (decimal): -2889972 or 845779. OLE color: 845779.
HSL color Cylindrical-coordinate representation of color #D3E70C: hue angle of 65.48º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3E70C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 231 | 12 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.09 |
| HSL | 65.48º | 0.9% | 0.48% | - |
| HSV(B) | 65.48º | 0.95% | 0.91% | - |
| XYZ | 55.51 | 71.03 | 11.13 | - |
| YUV | 200.05 | 21.87 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 12 | 0.09 | 0 | 0.95 | 0.09 | 65.48 | 0.9 | 0.48 |
| Hex | D3 | E7 | C | 9 | 0 | 5F | 9 | 41 | 5A | 30 |
| Octal | 323 | 347 | 14 | 11 | 0 | 137 | 11 | 101 | 132 | 60 |
| Binary | 11010011 | 11100111 | 1100 | 1001 | 0 | 1011111 | 1001 | 1000001 | 1011010 | 110000 |
Color Harmonies of #D3E70C
Complementary color
Monochromatic Colors of #D3E70C
Black with #D3E70C
Text Example
Text Example
White with #D3E70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E70C; }
p { color: rgb(211,231,12); }
H1.HeaderClassName
{
color: #D3E70C;
}
.AnyTagClassName
{
color: #D3E70C;
}
</style>
background-color css
<style>
a { background-color: #D3E70C; }
a { background-color: rgb(211,231,12); }
div.DivClassName
{
background-color: #D3E70C;
}
.BgClassName
{
background-color: #D3E70C;
}
</style>
border-color css
<style>
span { border-color: #D3E70C; }
span { border-color: rgb(211,231,12); }
td.TdClassName
{
border-color: #D3E70C;
}
.TagClassName
{
border-color: #D3E70C;
}
</style>