Shades of Electric Lime #D3F50D
Tints of Electric Lime #D3F50D
RGB
CMYK
RGB Variations
Color information
#D3F50D (or 0xD3F50D) is known color: Electric Lime. HEX triplet: D3, F5 and 0D. RGB value is (211,245,13). Sum of RGB (Red+Green+Blue) = 211+245+13=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F50D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F50D is #2C0AF2. Grayscale: #D1D1D1. Windows color (decimal): -2886387 or 914899. OLE color: 914899.
HSL color Cylindrical-coordinate representation of color #D3F50D: hue angle of 68.79º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3F50D is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 245 | 13 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.04 |
| HSL | 68.79º | 0.92% | 0.51% | - |
| HSV(B) | 68.79º | 0.95% | 0.96% | - |
| XYZ | 59.59 | 79.18 | 12.52 | - |
| YUV | 208.39 | 17.74 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 245 | 13 | 0.14 | 0 | 0.95 | 0.04 | 68.79 | 0.92 | 0.51 |
| Hex | D3 | F5 | D | E | 0 | 5F | 4 | 45 | 5C | 33 |
| Octal | 323 | 365 | 15 | 16 | 0 | 137 | 4 | 105 | 134 | 63 |
| Binary | 11010011 | 11110101 | 1101 | 1110 | 0 | 1011111 | 100 | 1000101 | 1011100 | 110011 |
Color Harmonies of #D3F50D
Complementary color
Monochromatic Colors of #D3F50D
Black with #D3F50D
Text Example
Text Example
White with #D3F50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F50D; }
p { color: rgb(211,245,13); }
H1.HeaderClassName
{
color: #D3F50D;
}
.AnyTagClassName
{
color: #D3F50D;
}
</style>
background-color css
<style>
a { background-color: #D3F50D; }
a { background-color: rgb(211,245,13); }
div.DivClassName
{
background-color: #D3F50D;
}
.BgClassName
{
background-color: #D3F50D;
}
</style>
border-color css
<style>
span { border-color: #D3F50D; }
span { border-color: rgb(211,245,13); }
td.TdClassName
{
border-color: #D3F50D;
}
.TagClassName
{
border-color: #D3F50D;
}
</style>