Shades of Electric Lime #D0E811
Tints of Electric Lime #D0E811
RGB
CMYK
RGB Variations
Color information
#D0E811 (or 0xD0E811) is known color: Electric Lime. HEX triplet: D0, E8 and 11. RGB value is (208,232,17). Sum of RGB (Red+Green+Blue) = 208+232+17=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 232 (91.02% from 255 or 50.77% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E811 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E811 is #2F17EE. Grayscale: #C9C9C9. Windows color (decimal): -3086319 or 1173712. OLE color: 1173712.
HSL color Cylindrical-coordinate representation of color #D0E811: hue angle of 66.7º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0E811 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 17 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.09 |
| HSL | 66.7º | 0.86% | 0.49% | - |
| HSV(B) | 66.7º | 0.93% | 0.91% | - |
| XYZ | 54.97 | 71.16 | 11.37 | - |
| YUV | 200.31 | 24.55 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 17 | 0.10 | 0 | 0.93 | 0.09 | 66.7 | 0.86 | 0.49 |
| Hex | D0 | E8 | 11 | A | 0 | 5D | 9 | 43 | 56 | 31 |
| Octal | 320 | 350 | 21 | 12 | 0 | 135 | 11 | 103 | 126 | 61 |
| Binary | 11010000 | 11101000 | 10001 | 1010 | 0 | 1011101 | 1001 | 1000011 | 1010110 | 110001 |
Color Harmonies of #D0E811
Complementary color
Monochromatic Colors of #D0E811
Black with #D0E811
Text Example
Text Example
White with #D0E811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E811; }
p { color: rgb(208,232,17); }
H1.HeaderClassName
{
color: #D0E811;
}
.AnyTagClassName
{
color: #D0E811;
}
</style>
background-color css
<style>
a { background-color: #D0E811; }
a { background-color: rgb(208,232,17); }
div.DivClassName
{
background-color: #D0E811;
}
.BgClassName
{
background-color: #D0E811;
}
</style>
border-color css
<style>
span { border-color: #D0E811; }
span { border-color: rgb(208,232,17); }
td.TdClassName
{
border-color: #D0E811;
}
.TagClassName
{
border-color: #D0E811;
}
</style>