Shades of Electric Lime #D0EF04
Tints of Electric Lime #D0EF04
RGB
CMYK
RGB Variations
Color information
#D0EF04 (or 0xD0EF04) is known color: Electric Lime. HEX triplet: D0, EF and 04. RGB value is (208,239,4). Sum of RGB (Red+Green+Blue) = 208+239+4=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 4 (1.95% from 255 or 0.89% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EF04 is #2F10FB. Grayscale: #CBCBCB. Windows color (decimal): -3084540 or 323536. OLE color: 323536.
HSL color Cylindrical-coordinate representation of color #D0EF04: hue angle of 67.91º degrees, saturation: 0.97, 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 #D0EF04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 4 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.06 |
| HSL | 67.91º | 0.97% | 0.48% | - |
| HSV(B) | 67.91º | 0.98% | 0.94% | - |
| XYZ | 56.9 | 75.15 | 11.62 | - |
| YUV | 202.94 | 15.73 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 4 | 0.13 | 0 | 0.98 | 0.06 | 67.91 | 0.97 | 0.48 |
| Hex | D0 | EF | 4 | D | 0 | 62 | 6 | 44 | 61 | 30 |
| Octal | 320 | 357 | 4 | 15 | 0 | 142 | 6 | 104 | 141 | 60 |
| Binary | 11010000 | 11101111 | 100 | 1101 | 0 | 1100010 | 110 | 1000100 | 1100001 | 110000 |
Color Harmonies of #D0EF04
Complementary color
Monochromatic Colors of #D0EF04
Black with #D0EF04
Text Example
Text Example
White with #D0EF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF04; }
p { color: rgb(208,239,4); }
H1.HeaderClassName
{
color: #D0EF04;
}
.AnyTagClassName
{
color: #D0EF04;
}
</style>
background-color css
<style>
a { background-color: #D0EF04; }
a { background-color: rgb(208,239,4); }
div.DivClassName
{
background-color: #D0EF04;
}
.BgClassName
{
background-color: #D0EF04;
}
</style>
border-color css
<style>
span { border-color: #D0EF04; }
span { border-color: rgb(208,239,4); }
td.TdClassName
{
border-color: #D0EF04;
}
.TagClassName
{
border-color: #D0EF04;
}
</style>