Shades of Electric Lime #D4F213
Tints of Electric Lime #D4F213
RGB
CMYK
RGB Variations
Color information
#D4F213 (or 0xD4F213) is known color: Electric Lime. HEX triplet: D4, F2 and 13. RGB value is (212,242,19). Sum of RGB (Red+Green+Blue) = 212+242+19=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 19 (7.81% from 255 or 4.02% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F213 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F213 is #2B0DEC. Grayscale: #D0D0D0. Windows color (decimal): -2821613 or 1307348. OLE color: 1307348.
HSL color Cylindrical-coordinate representation of color #D4F213: hue angle of 68.07º degrees, saturation: 0.9, 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 #D4F213 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 19 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.05 |
| HSL | 68.07º | 0.9% | 0.51% | - |
| HSV(B) | 68.07º | 0.92% | 0.95% | - |
| XYZ | 59.02 | 77.55 | 12.47 | - |
| YUV | 207.61 | 21.56 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 19 | 0.12 | 0 | 0.92 | 0.05 | 68.07 | 0.9 | 0.51 |
| Hex | D4 | F2 | 13 | C | 0 | 5C | 5 | 44 | 5A | 33 |
| Octal | 324 | 362 | 23 | 14 | 0 | 134 | 5 | 104 | 132 | 63 |
| Binary | 11010100 | 11110010 | 10011 | 1100 | 0 | 1011100 | 101 | 1000100 | 1011010 | 110011 |
Color Harmonies of #D4F213
Complementary color
Monochromatic Colors of #D4F213
Black with #D4F213
Text Example
Text Example
White with #D4F213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F213; }
p { color: rgb(212,242,19); }
H1.HeaderClassName
{
color: #D4F213;
}
.AnyTagClassName
{
color: #D4F213;
}
</style>
background-color css
<style>
a { background-color: #D4F213; }
a { background-color: rgb(212,242,19); }
div.DivClassName
{
background-color: #D4F213;
}
.BgClassName
{
background-color: #D4F213;
}
</style>
border-color css
<style>
span { border-color: #D4F213; }
span { border-color: rgb(212,242,19); }
td.TdClassName
{
border-color: #D4F213;
}
.TagClassName
{
border-color: #D4F213;
}
</style>