Shades of Electric Lime #D4F113
Tints of Electric Lime #D4F113
RGB
CMYK
RGB Variations
Color information
#D4F113 (or 0xD4F113) is known color: Electric Lime. HEX triplet: D4, F1 and 13. RGB value is (212,241,19). Sum of RGB (Red+Green+Blue) = 212+241+19=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 19 (7.81% from 255 or 4.03% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F113 is #2B0EEC. Grayscale: #CFCFCF. Windows color (decimal): -2821869 or 1307092. OLE color: 1307092.
HSL color Cylindrical-coordinate representation of color #D4F113: hue angle of 67.84º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4F113 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 241 | 19 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.05 |
| HSL | 67.84º | 0.89% | 0.51% | - |
| HSV(B) | 67.84º | 0.92% | 0.95% | - |
| XYZ | 58.72 | 76.95 | 12.37 | - |
| YUV | 207.02 | 21.89 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 241 | 19 | 0.12 | 0 | 0.92 | 0.05 | 67.84 | 0.89 | 0.51 |
| Hex | D4 | F1 | 13 | C | 0 | 5C | 5 | 44 | 59 | 33 |
| Octal | 324 | 361 | 23 | 14 | 0 | 134 | 5 | 104 | 131 | 63 |
| Binary | 11010100 | 11110001 | 10011 | 1100 | 0 | 1011100 | 101 | 1000100 | 1011001 | 110011 |
Color Harmonies of #D4F113
Complementary color
Monochromatic Colors of #D4F113
Black with #D4F113
Text Example
Text Example
White with #D4F113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F113; }
p { color: rgb(212,241,19); }
H1.HeaderClassName
{
color: #D4F113;
}
.AnyTagClassName
{
color: #D4F113;
}
</style>
background-color css
<style>
a { background-color: #D4F113; }
a { background-color: rgb(212,241,19); }
div.DivClassName
{
background-color: #D4F113;
}
.BgClassName
{
background-color: #D4F113;
}
</style>
border-color css
<style>
span { border-color: #D4F113; }
span { border-color: rgb(212,241,19); }
td.TdClassName
{
border-color: #D4F113;
}
.TagClassName
{
border-color: #D4F113;
}
</style>