Shades of Electric Lime #D0E90C
Tints of Electric Lime #D0E90C
RGB
CMYK
RGB Variations
Color information
#D0E90C (or 0xD0E90C) is known color: Electric Lime. HEX triplet: D0, E9 and 0C. RGB value is (208,233,12). Sum of RGB (Red+Green+Blue) = 208+233+12=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 233 (91.41% from 255 or 51.43% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E90C is #2F16F3. Grayscale: #C9C9C9. Windows color (decimal): -3086068 or 846288. OLE color: 846288.
HSL color Cylindrical-coordinate representation of color #D0E90C: hue angle of 66.79º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0E90C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.09 |
| HSL | 66.79º | 0.9% | 0.48% | - |
| HSV(B) | 66.79º | 0.95% | 0.91% | - |
| XYZ | 55.22 | 71.71 | 11.28 | - |
| YUV | 200.33 | 21.72 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 12 | 0.11 | 0 | 0.95 | 0.09 | 66.79 | 0.9 | 0.48 |
| Hex | D0 | E9 | C | B | 0 | 5F | 9 | 43 | 5A | 30 |
| Octal | 320 | 351 | 14 | 13 | 0 | 137 | 11 | 103 | 132 | 60 |
| Binary | 11010000 | 11101001 | 1100 | 1011 | 0 | 1011111 | 1001 | 1000011 | 1011010 | 110000 |
Color Harmonies of #D0E90C
Complementary color
Monochromatic Colors of #D0E90C
Black with #D0E90C
Text Example
Text Example
White with #D0E90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E90C; }
p { color: rgb(208,233,12); }
H1.HeaderClassName
{
color: #D0E90C;
}
.AnyTagClassName
{
color: #D0E90C;
}
</style>
background-color css
<style>
a { background-color: #D0E90C; }
a { background-color: rgb(208,233,12); }
div.DivClassName
{
background-color: #D0E90C;
}
.BgClassName
{
background-color: #D0E90C;
}
</style>
border-color css
<style>
span { border-color: #D0E90C; }
span { border-color: rgb(208,233,12); }
td.TdClassName
{
border-color: #D0E90C;
}
.TagClassName
{
border-color: #D0E90C;
}
</style>