Shades of Electric Lime #D4EF05
Tints of Electric Lime #D4EF05
RGB
CMYK
RGB Variations
Color information
#D4EF05 (or 0xD4EF05) is known color: Electric Lime. HEX triplet: D4, EF and 05. RGB value is (212,239,5). Sum of RGB (Red+Green+Blue) = 212+239+5=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 5 (2.34% from 255 or 1.10% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EF05 is #2B10FA. Grayscale: #CDCDCD. Windows color (decimal): -2822395 or 389076. OLE color: 389076.
HSL color Cylindrical-coordinate representation of color #D4EF05: hue angle of 66.92º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4EF05 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.06 |
| HSL | 66.92º | 0.96% | 0.48% | - |
| HSV(B) | 66.92º | 0.98% | 0.94% | - |
| XYZ | 58.05 | 75.74 | 11.7 | - |
| YUV | 204.25 | 15.55 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 5 | 0.11 | 0 | 0.98 | 0.06 | 66.92 | 0.96 | 0.48 |
| Hex | D4 | EF | 5 | B | 0 | 62 | 6 | 43 | 60 | 30 |
| Octal | 324 | 357 | 5 | 13 | 0 | 142 | 6 | 103 | 140 | 60 |
| Binary | 11010100 | 11101111 | 101 | 1011 | 0 | 1100010 | 110 | 1000011 | 1100000 | 110000 |
Color Harmonies of #D4EF05
Complementary color
Monochromatic Colors of #D4EF05
Black with #D4EF05
Text Example
Text Example
White with #D4EF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF05; }
p { color: rgb(212,239,5); }
H1.HeaderClassName
{
color: #D4EF05;
}
.AnyTagClassName
{
color: #D4EF05;
}
</style>
background-color css
<style>
a { background-color: #D4EF05; }
a { background-color: rgb(212,239,5); }
div.DivClassName
{
background-color: #D4EF05;
}
.BgClassName
{
background-color: #D4EF05;
}
</style>
border-color css
<style>
span { border-color: #D4EF05; }
span { border-color: rgb(212,239,5); }
td.TdClassName
{
border-color: #D4EF05;
}
.TagClassName
{
border-color: #D4EF05;
}
</style>