Shades of Electric Lime #D0EE05
Tints of Electric Lime #D0EE05
RGB
CMYK
RGB Variations
Color information
#D0EE05 (or 0xD0EE05) is known color: Electric Lime. HEX triplet: D0, EE and 05. RGB value is (208,238,5). Sum of RGB (Red+Green+Blue) = 208+238+5=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 238 (93.36% from 255 or 52.77% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EE05 is #2F11FA. Grayscale: #CBCBCB. Windows color (decimal): -3084795 or 388816. OLE color: 388816.
HSL color Cylindrical-coordinate representation of color #D0EE05: hue angle of 67.73º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0EE05 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 5 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.07 |
| HSL | 67.73º | 0.96% | 0.48% | - |
| HSV(B) | 67.73º | 0.98% | 0.93% | - |
| XYZ | 56.61 | 74.57 | 11.55 | - |
| YUV | 202.47 | 16.56 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 5 | 0.13 | 0 | 0.98 | 0.07 | 67.73 | 0.96 | 0.48 |
| Hex | D0 | EE | 5 | D | 0 | 62 | 7 | 44 | 60 | 30 |
| Octal | 320 | 356 | 5 | 15 | 0 | 142 | 7 | 104 | 140 | 60 |
| Binary | 11010000 | 11101110 | 101 | 1101 | 0 | 1100010 | 111 | 1000100 | 1100000 | 110000 |
Color Harmonies of #D0EE05
Complementary color
Monochromatic Colors of #D0EE05
Black with #D0EE05
Text Example
Text Example
White with #D0EE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE05; }
p { color: rgb(208,238,5); }
H1.HeaderClassName
{
color: #D0EE05;
}
.AnyTagClassName
{
color: #D0EE05;
}
</style>
background-color css
<style>
a { background-color: #D0EE05; }
a { background-color: rgb(208,238,5); }
div.DivClassName
{
background-color: #D0EE05;
}
.BgClassName
{
background-color: #D0EE05;
}
</style>
border-color css
<style>
span { border-color: #D0EE05; }
span { border-color: rgb(208,238,5); }
td.TdClassName
{
border-color: #D0EE05;
}
.TagClassName
{
border-color: #D0EE05;
}
</style>