Shades of Electric Lime #D4F117
Tints of Electric Lime #D4F117
RGB
CMYK
RGB Variations
Color information
#D4F117 (or 0xD4F117) is known color: Electric Lime. HEX triplet: D4, F1 and 17. RGB value is (212,241,23). Sum of RGB (Red+Green+Blue) = 212+241+23=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 23 (9.38% from 255 or 4.83% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F117 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F117 is #2B0EE8. Grayscale: #D0D0D0. Windows color (decimal): -2821865 or 1569236. OLE color: 1569236.
HSL color Cylindrical-coordinate representation of color #D4F117: hue angle of 67.98º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4F117 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 23 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.05 |
| HSL | 67.98º | 0.89% | 0.52% | - |
| HSV(B) | 67.98º | 0.9% | 0.95% | - |
| XYZ | 58.76 | 76.97 | 12.57 | - |
| YUV | 207.48 | 23.89 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 23 | 0.12 | 0 | 0.90 | 0.05 | 67.98 | 0.89 | 0.52 |
| Hex | D4 | F1 | 17 | C | 0 | 5A | 5 | 44 | 59 | 34 |
| Octal | 324 | 361 | 27 | 14 | 0 | 132 | 5 | 104 | 131 | 64 |
| Binary | 11010100 | 11110001 | 10111 | 1100 | 0 | 1011010 | 101 | 1000100 | 1011001 | 110100 |
Color Harmonies of #D4F117
Complementary color
Monochromatic Colors of #D4F117
Black with #D4F117
Text Example
Text Example
White with #D4F117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F117; }
p { color: rgb(212,241,23); }
H1.HeaderClassName
{
color: #D4F117;
}
.AnyTagClassName
{
color: #D4F117;
}
</style>
background-color css
<style>
a { background-color: #D4F117; }
a { background-color: rgb(212,241,23); }
div.DivClassName
{
background-color: #D4F117;
}
.BgClassName
{
background-color: #D4F117;
}
</style>
border-color css
<style>
span { border-color: #D4F117; }
span { border-color: rgb(212,241,23); }
td.TdClassName
{
border-color: #D4F117;
}
.TagClassName
{
border-color: #D4F117;
}
</style>