Shades of Electric Lime #D0E603
Tints of Electric Lime #D0E603
RGB
CMYK
RGB Variations
Color information
#D0E603 (or 0xD0E603) is known color: Electric Lime. HEX triplet: D0, E6 and 03. RGB value is (208,230,3). Sum of RGB (Red+Green+Blue) = 208+230+3=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E603 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E603 is #2F19FC. Grayscale: #C6C6C6. Windows color (decimal): -3086845 or 255696. OLE color: 255696.
HSL color Cylindrical-coordinate representation of color #D0E603: hue angle of 65.81º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0E603 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 3 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.10 |
| HSL | 65.81º | 0.97% | 0.46% | - |
| HSV(B) | 65.81º | 0.99% | 0.9% | - |
| XYZ | 54.33 | 70.01 | 10.74 | - |
| YUV | 197.54 | 18.21 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 3 | 0.10 | 0 | 0.99 | 0.10 | 65.81 | 0.97 | 0.46 |
| Hex | D0 | E6 | 3 | A | 0 | 63 | A | 42 | 61 | 2E |
| Octal | 320 | 346 | 3 | 12 | 0 | 143 | 12 | 102 | 141 | 56 |
| Binary | 11010000 | 11100110 | 11 | 1010 | 0 | 1100011 | 1010 | 1000010 | 1100001 | 101110 |
Color Harmonies of #D0E603
Complementary color
Monochromatic Colors of #D0E603
Black with #D0E603
Text Example
Text Example
White with #D0E603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E603; }
p { color: rgb(208,230,3); }
H1.HeaderClassName
{
color: #D0E603;
}
.AnyTagClassName
{
color: #D0E603;
}
</style>
background-color css
<style>
a { background-color: #D0E603; }
a { background-color: rgb(208,230,3); }
div.DivClassName
{
background-color: #D0E603;
}
.BgClassName
{
background-color: #D0E603;
}
</style>
border-color css
<style>
span { border-color: #D0E603; }
span { border-color: rgb(208,230,3); }
td.TdClassName
{
border-color: #D0E603;
}
.TagClassName
{
border-color: #D0E603;
}
</style>