Shades of Electric Lime #D3F60A
Tints of Electric Lime #D3F60A
RGB
CMYK
RGB Variations
Color information
#D3F60A (or 0xD3F60A) is known color: Electric Lime. HEX triplet: D3, F6 and 0A. RGB value is (211,246,10). Sum of RGB (Red+Green+Blue) = 211+246+10=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F60A is #2C09F5. Grayscale: #D1D1D1. Windows color (decimal): -2886134 or 718547. OLE color: 718547.
HSL color Cylindrical-coordinate representation of color #D3F60A: hue angle of 68.9º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3F60A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 10 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.04 |
| HSL | 68.9º | 0.93% | 0.5% | - |
| HSV(B) | 68.9º | 0.96% | 0.96% | - |
| XYZ | 59.87 | 79.78 | 12.53 | - |
| YUV | 208.63 | 15.9 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 10 | 0.14 | 0 | 0.96 | 0.04 | 68.9 | 0.93 | 0.5 |
| Hex | D3 | F6 | A | E | 0 | 60 | 4 | 45 | 5D | 32 |
| Octal | 323 | 366 | 12 | 16 | 0 | 140 | 4 | 105 | 135 | 62 |
| Binary | 11010011 | 11110110 | 1010 | 1110 | 0 | 1100000 | 100 | 1000101 | 1011101 | 110010 |
Color Harmonies of #D3F60A
Complementary color
Monochromatic Colors of #D3F60A
Black with #D3F60A
Text Example
Text Example
White with #D3F60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F60A; }
p { color: rgb(211,246,10); }
H1.HeaderClassName
{
color: #D3F60A;
}
.AnyTagClassName
{
color: #D3F60A;
}
</style>
background-color css
<style>
a { background-color: #D3F60A; }
a { background-color: rgb(211,246,10); }
div.DivClassName
{
background-color: #D3F60A;
}
.BgClassName
{
background-color: #D3F60A;
}
</style>
border-color css
<style>
span { border-color: #D3F60A; }
span { border-color: rgb(211,246,10); }
td.TdClassName
{
border-color: #D3F60A;
}
.TagClassName
{
border-color: #D3F60A;
}
</style>