Shades of Electric Lime #D4F718
Tints of Electric Lime #D4F718
RGB
CMYK
RGB Variations
Color information
#D4F718 (or 0xD4F718) is known color: Electric Lime. HEX triplet: D4, F7 and 18. RGB value is (212,247,24). Sum of RGB (Red+Green+Blue) = 212+247+24=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F718 is #2B08E7. Grayscale: #D3D3D3. Windows color (decimal): -2820328 or 1636308. OLE color: 1636308.
HSL color Cylindrical-coordinate representation of color #D4F718: hue angle of 69.42º 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 #D4F718 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 247 | 24 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.03 |
| HSL | 69.42º | 0.93% | 0.53% | - |
| HSV(B) | 69.42º | 0.9% | 0.97% | - |
| XYZ | 60.58 | 80.58 | 13.23 | - |
| YUV | 211.11 | 22.4 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 247 | 24 | 0.14 | 0 | 0.90 | 0.03 | 69.42 | 0.93 | 0.53 |
| Hex | D4 | F7 | 18 | E | 0 | 5A | 3 | 45 | 5D | 35 |
| Octal | 324 | 367 | 30 | 16 | 0 | 132 | 3 | 105 | 135 | 65 |
| Binary | 11010100 | 11110111 | 11000 | 1110 | 0 | 1011010 | 11 | 1000101 | 1011101 | 110101 |
Color Harmonies of #D4F718
Complementary color
Monochromatic Colors of #D4F718
Black with #D4F718
Text Example
Text Example
White with #D4F718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F718; }
p { color: rgb(212,247,24); }
H1.HeaderClassName
{
color: #D4F718;
}
.AnyTagClassName
{
color: #D4F718;
}
</style>
background-color css
<style>
a { background-color: #D4F718; }
a { background-color: rgb(212,247,24); }
div.DivClassName
{
background-color: #D4F718;
}
.BgClassName
{
background-color: #D4F718;
}
</style>
border-color css
<style>
span { border-color: #D4F718; }
span { border-color: rgb(212,247,24); }
td.TdClassName
{
border-color: #D4F718;
}
.TagClassName
{
border-color: #D4F718;
}
</style>