Shades of Electric Lime #D4F10E
Tints of Electric Lime #D4F10E
RGB
CMYK
RGB Variations
Color information
#D4F10E (or 0xD4F10E) is known color: Electric Lime. HEX triplet: D4, F1 and 0E. RGB value is (212,241,14). Sum of RGB (Red+Green+Blue) = 212+241+14=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F10E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F10E is #2B0EF1. Grayscale: #CFCFCF. Windows color (decimal): -2821874 or 979412. OLE color: 979412.
HSL color Cylindrical-coordinate representation of color #D4F10E: hue angle of 67.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4F10E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 14 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.05 |
| HSL | 67.67º | 0.89% | 0.5% | - |
| HSV(B) | 67.67º | 0.94% | 0.95% | - |
| XYZ | 58.69 | 76.94 | 12.17 | - |
| YUV | 206.45 | 19.39 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 14 | 0.12 | 0 | 0.94 | 0.05 | 67.67 | 0.89 | 0.5 |
| Hex | D4 | F1 | E | C | 0 | 5E | 5 | 44 | 59 | 32 |
| Octal | 324 | 361 | 16 | 14 | 0 | 136 | 5 | 104 | 131 | 62 |
| Binary | 11010100 | 11110001 | 1110 | 1100 | 0 | 1011110 | 101 | 1000100 | 1011001 | 110010 |
Color Harmonies of #D4F10E
Complementary color
Monochromatic Colors of #D4F10E
Black with #D4F10E
Text Example
Text Example
White with #D4F10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F10E; }
p { color: rgb(212,241,14); }
H1.HeaderClassName
{
color: #D4F10E;
}
.AnyTagClassName
{
color: #D4F10E;
}
</style>
background-color css
<style>
a { background-color: #D4F10E; }
a { background-color: rgb(212,241,14); }
div.DivClassName
{
background-color: #D4F10E;
}
.BgClassName
{
background-color: #D4F10E;
}
</style>
border-color css
<style>
span { border-color: #D4F10E; }
span { border-color: rgb(212,241,14); }
td.TdClassName
{
border-color: #D4F10E;
}
.TagClassName
{
border-color: #D4F10E;
}
</style>