Shades of Electric Lime #D1F718
Tints of Electric Lime #D1F718
RGB
CMYK
RGB Variations
Color information
#D1F718 (or 0xD1F718) is known color: Electric Lime. HEX triplet: D1, F7 and 18. RGB value is (209,247,24). Sum of RGB (Red+Green+Blue) = 209+247+24=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 247 (96.88% from 255 or 51.46% from 480); Blue value is 24 (9.77% from 255 or 5% from 480); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F718 is #2E08E7. Grayscale: #D3D3D3. Windows color (decimal): -3016936 or 1636305. OLE color: 1636305.
HSL color Cylindrical-coordinate representation of color #D1F718: hue angle of 70.22º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1F718 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 247 | 24 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.03 |
| HSL | 70.22º | 0.93% | 0.53% | - |
| HSV(B) | 70.22º | 0.9% | 0.97% | - |
| XYZ | 59.72 | 80.14 | 13.19 | - |
| YUV | 210.22 | 22.91 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 247 | 24 | 0.15 | 0 | 0.90 | 0.03 | 70.22 | 0.93 | 0.53 |
| Hex | D1 | F7 | 18 | F | 0 | 5A | 3 | 46 | 5D | 35 |
| Octal | 321 | 367 | 30 | 17 | 0 | 132 | 3 | 106 | 135 | 65 |
| Binary | 11010001 | 11110111 | 11000 | 1111 | 0 | 1011010 | 11 | 1000110 | 1011101 | 110101 |
Color Harmonies of #D1F718
Complementary color
Monochromatic Colors of #D1F718
Black with #D1F718
Text Example
Text Example
White with #D1F718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F718; }
p { color: rgb(209,247,24); }
H1.HeaderClassName
{
color: #D1F718;
}
.AnyTagClassName
{
color: #D1F718;
}
</style>
background-color css
<style>
a { background-color: #D1F718; }
a { background-color: rgb(209,247,24); }
div.DivClassName
{
background-color: #D1F718;
}
.BgClassName
{
background-color: #D1F718;
}
</style>
border-color css
<style>
span { border-color: #D1F718; }
span { border-color: rgb(209,247,24); }
td.TdClassName
{
border-color: #D1F718;
}
.TagClassName
{
border-color: #D1F718;
}
</style>