Shades of Electric Lime #D0E30D
Tints of Electric Lime #D0E30D
RGB
CMYK
RGB Variations
Color information
#D0E30D (or 0xD0E30D) is known color: Electric Lime. HEX triplet: D0, E3 and 0D. RGB value is (208,227,13). Sum of RGB (Red+Green+Blue) = 208+227+13=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E30D is #2F1CF2. Grayscale: #C5C5C5. Windows color (decimal): -3087603 or 910288. OLE color: 910288.
HSL color Cylindrical-coordinate representation of color #D0E30D: hue angle of 65.33º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0E30D is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 13 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.11 |
| HSL | 65.33º | 0.89% | 0.47% | - |
| HSV(B) | 65.33º | 0.94% | 0.89% | - |
| XYZ | 53.55 | 68.38 | 10.76 | - |
| YUV | 196.92 | 24.21 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 13 | 0.08 | 0 | 0.94 | 0.11 | 65.33 | 0.89 | 0.47 |
| Hex | D0 | E3 | D | 8 | 0 | 5E | B | 41 | 59 | 2F |
| Octal | 320 | 343 | 15 | 10 | 0 | 136 | 13 | 101 | 131 | 57 |
| Binary | 11010000 | 11100011 | 1101 | 1000 | 0 | 1011110 | 1011 | 1000001 | 1011001 | 101111 |
Color Harmonies of #D0E30D
Complementary color
Monochromatic Colors of #D0E30D
Black with #D0E30D
Text Example
Text Example
White with #D0E30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E30D; }
p { color: rgb(208,227,13); }
H1.HeaderClassName
{
color: #D0E30D;
}
.AnyTagClassName
{
color: #D0E30D;
}
</style>
background-color css
<style>
a { background-color: #D0E30D; }
a { background-color: rgb(208,227,13); }
div.DivClassName
{
background-color: #D0E30D;
}
.BgClassName
{
background-color: #D0E30D;
}
</style>
border-color css
<style>
span { border-color: #D0E30D; }
span { border-color: rgb(208,227,13); }
td.TdClassName
{
border-color: #D0E30D;
}
.TagClassName
{
border-color: #D0E30D;
}
</style>