Shades of Electric Lime #D3F20E
Tints of Electric Lime #D3F20E
RGB
CMYK
RGB Variations
Color information
#D3F20E (or 0xD3F20E) is known color: Electric Lime. HEX triplet: D3, F2 and 0E. RGB value is (211,242,14). Sum of RGB (Red+Green+Blue) = 211+242+14=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F20E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F20E is #2C0DF1. Grayscale: #CFCFCF. Windows color (decimal): -2887154 or 979667. OLE color: 979667.
HSL color Cylindrical-coordinate representation of color #D3F20E: hue angle of 68.16º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D3F20E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 14 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.05 |
| HSL | 68.16º | 0.9% | 0.5% | - |
| HSV(B) | 68.16º | 0.94% | 0.95% | - |
| XYZ | 58.7 | 77.38 | 12.26 | - |
| YUV | 206.74 | 19.23 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 14 | 0.13 | 0 | 0.94 | 0.05 | 68.16 | 0.9 | 0.5 |
| Hex | D3 | F2 | E | D | 0 | 5E | 5 | 44 | 5A | 32 |
| Octal | 323 | 362 | 16 | 15 | 0 | 136 | 5 | 104 | 132 | 62 |
| Binary | 11010011 | 11110010 | 1110 | 1101 | 0 | 1011110 | 101 | 1000100 | 1011010 | 110010 |
Color Harmonies of #D3F20E
Complementary color
Monochromatic Colors of #D3F20E
Black with #D3F20E
Text Example
Text Example
White with #D3F20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F20E; }
p { color: rgb(211,242,14); }
H1.HeaderClassName
{
color: #D3F20E;
}
.AnyTagClassName
{
color: #D3F20E;
}
</style>
background-color css
<style>
a { background-color: #D3F20E; }
a { background-color: rgb(211,242,14); }
div.DivClassName
{
background-color: #D3F20E;
}
.BgClassName
{
background-color: #D3F20E;
}
</style>
border-color css
<style>
span { border-color: #D3F20E; }
span { border-color: rgb(211,242,14); }
td.TdClassName
{
border-color: #D3F20E;
}
.TagClassName
{
border-color: #D3F20E;
}
</style>