Shades of Electric Lime #D0E907
Tints of Electric Lime #D0E907
RGB
CMYK
RGB Variations
Color information
#D0E907 (or 0xD0E907) is known color: Electric Lime. HEX triplet: D0, E9 and 07. RGB value is (208,233,7). Sum of RGB (Red+Green+Blue) = 208+233+7=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E907 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E907 is #2F16F8. Grayscale: #C8C8C8. Windows color (decimal): -3086073 or 518608. OLE color: 518608.
HSL color Cylindrical-coordinate representation of color #D0E907: hue angle of 66.64º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0E907 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.09 |
| HSL | 66.64º | 0.94% | 0.47% | - |
| HSV(B) | 66.64º | 0.97% | 0.91% | - |
| XYZ | 55.19 | 71.7 | 11.13 | - |
| YUV | 199.76 | 19.22 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 7 | 0.11 | 0 | 0.97 | 0.09 | 66.64 | 0.94 | 0.47 |
| Hex | D0 | E9 | 7 | B | 0 | 61 | 9 | 43 | 5E | 2F |
| Octal | 320 | 351 | 7 | 13 | 0 | 141 | 11 | 103 | 136 | 57 |
| Binary | 11010000 | 11101001 | 111 | 1011 | 0 | 1100001 | 1001 | 1000011 | 1011110 | 101111 |
Color Harmonies of #D0E907
Complementary color
Monochromatic Colors of #D0E907
Black with #D0E907
Text Example
Text Example
White with #D0E907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E907; }
p { color: rgb(208,233,7); }
H1.HeaderClassName
{
color: #D0E907;
}
.AnyTagClassName
{
color: #D0E907;
}
</style>
background-color css
<style>
a { background-color: #D0E907; }
a { background-color: rgb(208,233,7); }
div.DivClassName
{
background-color: #D0E907;
}
.BgClassName
{
background-color: #D0E907;
}
</style>
border-color css
<style>
span { border-color: #D0E907; }
span { border-color: rgb(208,233,7); }
td.TdClassName
{
border-color: #D0E907;
}
.TagClassName
{
border-color: #D0E907;
}
</style>