Shades of Electric Lime #D3F210
Tints of Electric Lime #D3F210
RGB
CMYK
RGB Variations
Color information
#D3F210 (or 0xD3F210) is known color: Electric Lime. HEX triplet: D3, F2 and 10. RGB value is (211,242,16). Sum of RGB (Red+Green+Blue) = 211+242+16=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F210 is #2C0DEF. Grayscale: #CFCFCF. Windows color (decimal): -2887152 or 1110739. OLE color: 1110739.
HSL color Cylindrical-coordinate representation of color #D3F210: hue angle of 68.23º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3F210 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 16 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.05 |
| HSL | 68.23º | 0.9% | 0.51% | - |
| HSV(B) | 68.23º | 0.93% | 0.95% | - |
| XYZ | 58.71 | 77.39 | 12.33 | - |
| YUV | 206.97 | 20.23 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 16 | 0.13 | 0 | 0.93 | 0.05 | 68.23 | 0.9 | 0.51 |
| Hex | D3 | F2 | 10 | D | 0 | 5D | 5 | 44 | 5A | 33 |
| Octal | 323 | 362 | 20 | 15 | 0 | 135 | 5 | 104 | 132 | 63 |
| Binary | 11010011 | 11110010 | 10000 | 1101 | 0 | 1011101 | 101 | 1000100 | 1011010 | 110011 |
Color Harmonies of #D3F210
Complementary color
Monochromatic Colors of #D3F210
Black with #D3F210
Text Example
Text Example
White with #D3F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F210; }
p { color: rgb(211,242,16); }
H1.HeaderClassName
{
color: #D3F210;
}
.AnyTagClassName
{
color: #D3F210;
}
</style>
background-color css
<style>
a { background-color: #D3F210; }
a { background-color: rgb(211,242,16); }
div.DivClassName
{
background-color: #D3F210;
}
.BgClassName
{
background-color: #D3F210;
}
</style>
border-color css
<style>
span { border-color: #D3F210; }
span { border-color: rgb(211,242,16); }
td.TdClassName
{
border-color: #D3F210;
}
.TagClassName
{
border-color: #D3F210;
}
</style>