Shades of Electric Lime #D3F917
Tints of Electric Lime #D3F917
RGB
CMYK
RGB Variations
Color information
#D3F917 (or 0xD3F917) is known color: Electric Lime. HEX triplet: D3, F9 and 17. RGB value is (211,249,23). Sum of RGB (Red+Green+Blue) = 211+249+23=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 23 (9.38% from 255 or 4.76% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F917 is #2C06E8. Grayscale: #D4D4D4. Windows color (decimal): -2885353 or 1571283. OLE color: 1571283.
HSL color Cylindrical-coordinate representation of color #D3F917: hue angle of 70.09º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3F917 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 249 | 23 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.02 |
| HSL | 70.09º | 0.95% | 0.53% | - |
| HSV(B) | 70.09º | 0.91% | 0.98% | - |
| XYZ | 60.89 | 81.66 | 13.36 | - |
| YUV | 211.87 | 21.41 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 249 | 23 | 0.15 | 0 | 0.91 | 0.02 | 70.09 | 0.95 | 0.53 |
| Hex | D3 | F9 | 17 | F | 0 | 5B | 2 | 46 | 5F | 35 |
| Octal | 323 | 371 | 27 | 17 | 0 | 133 | 2 | 106 | 137 | 65 |
| Binary | 11010011 | 11111001 | 10111 | 1111 | 0 | 1011011 | 10 | 1000110 | 1011111 | 110101 |
Color Harmonies of #D3F917
Complementary color
Monochromatic Colors of #D3F917
Black with #D3F917
Text Example
Text Example
White with #D3F917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F917; }
p { color: rgb(211,249,23); }
H1.HeaderClassName
{
color: #D3F917;
}
.AnyTagClassName
{
color: #D3F917;
}
</style>
background-color css
<style>
a { background-color: #D3F917; }
a { background-color: rgb(211,249,23); }
div.DivClassName
{
background-color: #D3F917;
}
.BgClassName
{
background-color: #D3F917;
}
</style>
border-color css
<style>
span { border-color: #D3F917; }
span { border-color: rgb(211,249,23); }
td.TdClassName
{
border-color: #D3F917;
}
.TagClassName
{
border-color: #D3F917;
}
</style>