Shades of Electric Lime #D3F610
Tints of Electric Lime #D3F610
RGB
CMYK
RGB Variations
Color information
#D3F610 (or 0xD3F610) is known color: Electric Lime. HEX triplet: D3, F6 and 10. RGB value is (211,246,16). Sum of RGB (Red+Green+Blue) = 211+246+16=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 246 (96.48% from 255 or 52.01% from 473); Blue value is 16 (6.64% from 255 or 3.38% from 473); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F610 is #2C09EF. Grayscale: #D2D2D2. Windows color (decimal): -2886128 or 1111763. OLE color: 1111763.
HSL color Cylindrical-coordinate representation of color #D3F610: hue angle of 69.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3F610 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 16 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.04 |
| HSL | 69.13º | 0.93% | 0.51% | - |
| HSV(B) | 69.13º | 0.93% | 0.96% | - |
| XYZ | 59.91 | 79.8 | 12.73 | - |
| YUV | 209.32 | 18.9 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 16 | 0.14 | 0 | 0.93 | 0.04 | 69.13 | 0.93 | 0.51 |
| Hex | D3 | F6 | 10 | E | 0 | 5D | 4 | 45 | 5D | 33 |
| Octal | 323 | 366 | 20 | 16 | 0 | 135 | 4 | 105 | 135 | 63 |
| Binary | 11010011 | 11110110 | 10000 | 1110 | 0 | 1011101 | 100 | 1000101 | 1011101 | 110011 |
Color Harmonies of #D3F610
Complementary color
Monochromatic Colors of #D3F610
Black with #D3F610
Text Example
Text Example
White with #D3F610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F610; }
p { color: rgb(211,246,16); }
H1.HeaderClassName
{
color: #D3F610;
}
.AnyTagClassName
{
color: #D3F610;
}
</style>
background-color css
<style>
a { background-color: #D3F610; }
a { background-color: rgb(211,246,16); }
div.DivClassName
{
background-color: #D3F610;
}
.BgClassName
{
background-color: #D3F610;
}
</style>
border-color css
<style>
span { border-color: #D3F610; }
span { border-color: rgb(211,246,16); }
td.TdClassName
{
border-color: #D3F610;
}
.TagClassName
{
border-color: #D3F610;
}
</style>