Shades of Electric Lime #D0EF0D
Tints of Electric Lime #D0EF0D
RGB
CMYK
RGB Variations
Color information
#D0EF0D (or 0xD0EF0D) is known color: Electric Lime. HEX triplet: D0, EF and 0D. RGB value is (208,239,13). Sum of RGB (Red+Green+Blue) = 208+239+13=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 239 (93.75% from 255 or 51.96% from 460); Blue value is 13 (5.47% from 255 or 2.83% from 460); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EF0D is #2F10F2. Grayscale: #CCCCCC. Windows color (decimal): -3084531 or 913360. OLE color: 913360.
HSL color Cylindrical-coordinate representation of color #D0EF0D: hue angle of 68.23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0EF0D is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 239 | 13 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.06 |
| HSL | 68.23º | 0.9% | 0.49% | - |
| HSV(B) | 68.23º | 0.95% | 0.94% | - |
| XYZ | 56.95 | 75.17 | 11.89 | - |
| YUV | 203.97 | 20.23 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 239 | 13 | 0.13 | 0 | 0.95 | 0.06 | 68.23 | 0.9 | 0.49 |
| Hex | D0 | EF | D | D | 0 | 5F | 6 | 44 | 5A | 31 |
| Octal | 320 | 357 | 15 | 15 | 0 | 137 | 6 | 104 | 132 | 61 |
| Binary | 11010000 | 11101111 | 1101 | 1101 | 0 | 1011111 | 110 | 1000100 | 1011010 | 110001 |
Color Harmonies of #D0EF0D
Complementary color
Monochromatic Colors of #D0EF0D
Black with #D0EF0D
Text Example
Text Example
White with #D0EF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EF0D; }
p { color: rgb(208,239,13); }
H1.HeaderClassName
{
color: #D0EF0D;
}
.AnyTagClassName
{
color: #D0EF0D;
}
</style>
background-color css
<style>
a { background-color: #D0EF0D; }
a { background-color: rgb(208,239,13); }
div.DivClassName
{
background-color: #D0EF0D;
}
.BgClassName
{
background-color: #D0EF0D;
}
</style>
border-color css
<style>
span { border-color: #D0EF0D; }
span { border-color: rgb(208,239,13); }
td.TdClassName
{
border-color: #D0EF0D;
}
.TagClassName
{
border-color: #D0EF0D;
}
</style>