Shades of Electric Lime #D3F519
Tints of Electric Lime #D3F519
RGB
CMYK
RGB Variations
Color information
#D3F519 (or 0xD3F519) is known color: Electric Lime. HEX triplet: D3, F5 and 19. RGB value is (211,245,25). Sum of RGB (Red+Green+Blue) = 211+245+25=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 245 (96.09% from 255 or 50.94% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F519 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F519 is #2C0AE6. Grayscale: #D2D2D2. Windows color (decimal): -2886375 or 1701331. OLE color: 1701331.
HSL color Cylindrical-coordinate representation of color #D3F519: hue angle of 69.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3F519 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 245 | 25 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.04 |
| HSL | 69.27º | 0.92% | 0.53% | - |
| HSV(B) | 69.27º | 0.9% | 0.96% | - |
| XYZ | 59.69 | 79.22 | 13.07 | - |
| YUV | 209.75 | 23.74 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 245 | 25 | 0.14 | 0 | 0.90 | 0.04 | 69.27 | 0.92 | 0.53 |
| Hex | D3 | F5 | 19 | E | 0 | 5A | 4 | 45 | 5C | 35 |
| Octal | 323 | 365 | 31 | 16 | 0 | 132 | 4 | 105 | 134 | 65 |
| Binary | 11010011 | 11110101 | 11001 | 1110 | 0 | 1011010 | 100 | 1000101 | 1011100 | 110101 |
Color Harmonies of #D3F519
Complementary color
Monochromatic Colors of #D3F519
Black with #D3F519
Text Example
Text Example
White with #D3F519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F519; }
p { color: rgb(211,245,25); }
H1.HeaderClassName
{
color: #D3F519;
}
.AnyTagClassName
{
color: #D3F519;
}
</style>
background-color css
<style>
a { background-color: #D3F519; }
a { background-color: rgb(211,245,25); }
div.DivClassName
{
background-color: #D3F519;
}
.BgClassName
{
background-color: #D3F519;
}
</style>
border-color css
<style>
span { border-color: #D3F519; }
span { border-color: rgb(211,245,25); }
td.TdClassName
{
border-color: #D3F519;
}
.TagClassName
{
border-color: #D3F519;
}
</style>