Shades of Electric Lime #D0E812
Tints of Electric Lime #D0E812
RGB
CMYK
RGB Variations
Color information
#D0E812 (or 0xD0E812) is known color: Electric Lime. HEX triplet: D0, E8 and 12. RGB value is (208,232,18). Sum of RGB (Red+Green+Blue) = 208+232+18=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 232 (91.02% from 255 or 50.66% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E812 is #2F17ED. Grayscale: #C9C9C9. Windows color (decimal): -3086318 or 1239248. OLE color: 1239248.
HSL color Cylindrical-coordinate representation of color #D0E812: hue angle of 66.73º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0E812 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 18 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.09 |
| HSL | 66.73º | 0.86% | 0.49% | - |
| HSV(B) | 66.73º | 0.92% | 0.91% | - |
| XYZ | 54.98 | 71.17 | 11.41 | - |
| YUV | 200.43 | 25.05 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 18 | 0.10 | 0 | 0.92 | 0.09 | 66.73 | 0.86 | 0.49 |
| Hex | D0 | E8 | 12 | A | 0 | 5C | 9 | 43 | 56 | 31 |
| Octal | 320 | 350 | 22 | 12 | 0 | 134 | 11 | 103 | 126 | 61 |
| Binary | 11010000 | 11101000 | 10010 | 1010 | 0 | 1011100 | 1001 | 1000011 | 1010110 | 110001 |
Color Harmonies of #D0E812
Complementary color
Monochromatic Colors of #D0E812
Black with #D0E812
Text Example
Text Example
White with #D0E812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E812; }
p { color: rgb(208,232,18); }
H1.HeaderClassName
{
color: #D0E812;
}
.AnyTagClassName
{
color: #D0E812;
}
</style>
background-color css
<style>
a { background-color: #D0E812; }
a { background-color: rgb(208,232,18); }
div.DivClassName
{
background-color: #D0E812;
}
.BgClassName
{
background-color: #D0E812;
}
</style>
border-color css
<style>
span { border-color: #D0E812; }
span { border-color: rgb(208,232,18); }
td.TdClassName
{
border-color: #D0E812;
}
.TagClassName
{
border-color: #D0E812;
}
</style>