Shades of Electric Lime #D2F718
Tints of Electric Lime #D2F718
RGB
CMYK
RGB Variations
Color information
#D2F718 (or 0xD2F718) is known color: Electric Lime. HEX triplet: D2, F7 and 18. RGB value is (210,247,24). Sum of RGB (Red+Green+Blue) = 210+247+24=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 247 (96.88% from 255 or 51.35% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F718 is #2D08E7. Grayscale: #D3D3D3. Windows color (decimal): -2951400 or 1636306. OLE color: 1636306.
HSL color Cylindrical-coordinate representation of color #D2F718: hue angle of 69.96º 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 #D2F718 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 24 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.03 |
| HSL | 69.96º | 0.93% | 0.53% | - |
| HSV(B) | 69.96º | 0.9% | 0.97% | - |
| XYZ | 60 | 80.29 | 13.2 | - |
| YUV | 210.52 | 22.74 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 24 | 0.15 | 0 | 0.90 | 0.03 | 69.96 | 0.93 | 0.53 |
| Hex | D2 | F7 | 18 | F | 0 | 5A | 3 | 46 | 5D | 35 |
| Octal | 322 | 367 | 30 | 17 | 0 | 132 | 3 | 106 | 135 | 65 |
| Binary | 11010010 | 11110111 | 11000 | 1111 | 0 | 1011010 | 11 | 1000110 | 1011101 | 110101 |
Color Harmonies of #D2F718
Complementary color
Monochromatic Colors of #D2F718
Black with #D2F718
Text Example
Text Example
White with #D2F718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F718; }
p { color: rgb(210,247,24); }
H1.HeaderClassName
{
color: #D2F718;
}
.AnyTagClassName
{
color: #D2F718;
}
</style>
background-color css
<style>
a { background-color: #D2F718; }
a { background-color: rgb(210,247,24); }
div.DivClassName
{
background-color: #D2F718;
}
.BgClassName
{
background-color: #D2F718;
}
</style>
border-color css
<style>
span { border-color: #D2F718; }
span { border-color: rgb(210,247,24); }
td.TdClassName
{
border-color: #D2F718;
}
.TagClassName
{
border-color: #D2F718;
}
</style>