Shades of Electric Lime #D4FC14
Tints of Electric Lime #D4FC14
RGB
CMYK
RGB Variations
Color information
#D4FC14 (or 0xD4FC14) is known color: Electric Lime. HEX triplet: D4, FC and 14. RGB value is (212,252,20). Sum of RGB (Red+Green+Blue) = 212+252+20=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4FC14 is #2B03EB. Grayscale: #D6D6D6. Windows color (decimal): -2819052 or 1375444. OLE color: 1375444.
HSL color Cylindrical-coordinate representation of color #D4FC14: hue angle of 70.34º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4FC14 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 20 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.01 |
| HSL | 70.34º | 0.97% | 0.53% | - |
| HSV(B) | 70.34º | 0.92% | 0.99% | - |
| XYZ | 62.09 | 83.67 | 13.54 | - |
| YUV | 213.59 | 18.75 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 20 | 0.16 | 0 | 0.92 | 0.01 | 70.34 | 0.97 | 0.53 |
| Hex | D4 | FC | 14 | 10 | 0 | 5C | 1 | 46 | 61 | 35 |
| Octal | 324 | 374 | 24 | 20 | 0 | 134 | 1 | 106 | 141 | 65 |
| Binary | 11010100 | 11111100 | 10100 | 10000 | 0 | 1011100 | 1 | 1000110 | 1100001 | 110101 |
Color Harmonies of #D4FC14
Complementary color
Monochromatic Colors of #D4FC14
Black with #D4FC14
Text Example
Text Example
White with #D4FC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FC14; }
p { color: rgb(212,252,20); }
H1.HeaderClassName
{
color: #D4FC14;
}
.AnyTagClassName
{
color: #D4FC14;
}
</style>
background-color css
<style>
a { background-color: #D4FC14; }
a { background-color: rgb(212,252,20); }
div.DivClassName
{
background-color: #D4FC14;
}
.BgClassName
{
background-color: #D4FC14;
}
</style>
border-color css
<style>
span { border-color: #D4FC14; }
span { border-color: rgb(212,252,20); }
td.TdClassName
{
border-color: #D4FC14;
}
.TagClassName
{
border-color: #D4FC14;
}
</style>