Shades of Electric Lime #D4FE1D
Tints of Electric Lime #D4FE1D
RGB
CMYK
RGB Variations
Color information
#D4FE1D (or 0xD4FE1D) is known color: Electric Lime. HEX triplet: D4, FE and 1D. RGB value is (212,254,29). Sum of RGB (Red+Green+Blue) = 212+254+29=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 29 (11.72% from 255 or 5.86% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FE1D is #2B01E2. Grayscale: #D8D8D8. Windows color (decimal): -2818531 or 1965780. OLE color: 1965780.
HSL color Cylindrical-coordinate representation of color #D4FE1D: hue angle of 71.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4FE1D is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 29 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.00 |
| HSL | 71.2º | 0.99% | 0.55% | - |
| HSV(B) | 71.2º | 0.89% | 1% | - |
| XYZ | 62.81 | 84.97 | 14.25 | - |
| YUV | 215.79 | 22.59 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 29 | 0.17 | 0 | 0.89 | 0.00 | 71.2 | 0.99 | 0.55 |
| Hex | D4 | FE | 1D | 11 | 0 | 59 | 0 | 47 | 63 | 37 |
| Octal | 324 | 376 | 35 | 21 | 0 | 131 | 0 | 107 | 143 | 67 |
| Binary | 11010100 | 11111110 | 11101 | 10001 | 0 | 1011001 | 0 | 1000111 | 1100011 | 110111 |
Color Harmonies of #D4FE1D
Complementary color
Monochromatic Colors of #D4FE1D
Black with #D4FE1D
Text Example
Text Example
White with #D4FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FE1D; }
p { color: rgb(212,254,29); }
H1.HeaderClassName
{
color: #D4FE1D;
}
.AnyTagClassName
{
color: #D4FE1D;
}
</style>
background-color css
<style>
a { background-color: #D4FE1D; }
a { background-color: rgb(212,254,29); }
div.DivClassName
{
background-color: #D4FE1D;
}
.BgClassName
{
background-color: #D4FE1D;
}
</style>
border-color css
<style>
span { border-color: #D4FE1D; }
span { border-color: rgb(212,254,29); }
td.TdClassName
{
border-color: #D4FE1D;
}
.TagClassName
{
border-color: #D4FE1D;
}
</style>