Shades of Electric Lime #D4FC1D
Tints of Electric Lime #D4FC1D
RGB
CMYK
RGB Variations
Color information
#D4FC1D (or 0xD4FC1D) is known color: Electric Lime. HEX triplet: D4, FC and 1D. RGB value is (212,252,29). Sum of RGB (Red+Green+Blue) = 212+252+29=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FC1D is #2B03E2. Grayscale: #D7D7D7. Windows color (decimal): -2819043 or 1965268. OLE color: 1965268.
HSL color Cylindrical-coordinate representation of color #D4FC1D: hue angle of 70.76º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4FC1D is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 29 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.01 |
| HSL | 70.76º | 0.97% | 0.55% | - |
| HSV(B) | 70.76º | 0.88% | 0.99% | - |
| XYZ | 62.18 | 83.71 | 14.04 | - |
| YUV | 214.62 | 23.25 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 29 | 0.16 | 0 | 0.88 | 0.01 | 70.76 | 0.97 | 0.55 |
| Hex | D4 | FC | 1D | 10 | 0 | 58 | 1 | 47 | 61 | 37 |
| Octal | 324 | 374 | 35 | 20 | 0 | 130 | 1 | 107 | 141 | 67 |
| Binary | 11010100 | 11111100 | 11101 | 10000 | 0 | 1011000 | 1 | 1000111 | 1100001 | 110111 |
Color Harmonies of #D4FC1D
Complementary color
Monochromatic Colors of #D4FC1D
Black with #D4FC1D
Text Example
Text Example
White with #D4FC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FC1D; }
p { color: rgb(212,252,29); }
H1.HeaderClassName
{
color: #D4FC1D;
}
.AnyTagClassName
{
color: #D4FC1D;
}
</style>
background-color css
<style>
a { background-color: #D4FC1D; }
a { background-color: rgb(212,252,29); }
div.DivClassName
{
background-color: #D4FC1D;
}
.BgClassName
{
background-color: #D4FC1D;
}
</style>
border-color css
<style>
span { border-color: #D4FC1D; }
span { border-color: rgb(212,252,29); }
td.TdClassName
{
border-color: #D4FC1D;
}
.TagClassName
{
border-color: #D4FC1D;
}
</style>