Shades of Electric Lime #D0F20E
Tints of Electric Lime #D0F20E
RGB
CMYK
RGB Variations
Color information
#D0F20E (or 0xD0F20E) is known color: Electric Lime. HEX triplet: D0, F2 and 0E. RGB value is (208,242,14). Sum of RGB (Red+Green+Blue) = 208+242+14=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 14 (5.86% from 255 or 3.02% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F20E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0F20E is #2F0DF1. Grayscale: #CECECE. Windows color (decimal): -3083762 or 979664. OLE color: 979664.
HSL color Cylindrical-coordinate representation of color #D0F20E: hue angle of 68.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0F20E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 14 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.05 |
| HSL | 68.95º | 0.9% | 0.5% | - |
| HSV(B) | 68.95º | 0.94% | 0.95% | - |
| XYZ | 57.84 | 76.95 | 12.22 | - |
| YUV | 205.84 | 19.74 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 14 | 0.14 | 0 | 0.94 | 0.05 | 68.95 | 0.9 | 0.5 |
| Hex | D0 | F2 | E | E | 0 | 5E | 5 | 45 | 5A | 32 |
| Octal | 320 | 362 | 16 | 16 | 0 | 136 | 5 | 105 | 132 | 62 |
| Binary | 11010000 | 11110010 | 1110 | 1110 | 0 | 1011110 | 101 | 1000101 | 1011010 | 110010 |
Color Harmonies of #D0F20E
Complementary color
Monochromatic Colors of #D0F20E
Black with #D0F20E
Text Example
Text Example
White with #D0F20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F20E; }
p { color: rgb(208,242,14); }
H1.HeaderClassName
{
color: #D0F20E;
}
.AnyTagClassName
{
color: #D0F20E;
}
</style>
background-color css
<style>
a { background-color: #D0F20E; }
a { background-color: rgb(208,242,14); }
div.DivClassName
{
background-color: #D0F20E;
}
.BgClassName
{
background-color: #D0F20E;
}
</style>
border-color css
<style>
span { border-color: #D0F20E; }
span { border-color: rgb(208,242,14); }
td.TdClassName
{
border-color: #D0F20E;
}
.TagClassName
{
border-color: #D0F20E;
}
</style>