Shades of Electric Lime #D2E403
Tints of Electric Lime #D2E403
RGB
CMYK
RGB Variations
Color information
#D2E403 (or 0xD2E403) is known color: Electric Lime. HEX triplet: D2, E4 and 03. RGB value is (210,228,3). Sum of RGB (Red+Green+Blue) = 210+228+3=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 228 (89.45% from 255 or 51.70% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E403 is #2D1BFC. Grayscale: #C5C5C5. Windows color (decimal): -2956285 or 255186. OLE color: 255186.
HSL color Cylindrical-coordinate representation of color #D2E403: hue angle of 64.8º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2E403 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 228 | 3 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.11 |
| HSL | 64.8º | 0.97% | 0.45% | - |
| HSV(B) | 64.8º | 0.99% | 0.89% | - |
| XYZ | 54.34 | 69.2 | 10.58 | - |
| YUV | 196.97 | 18.54 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 228 | 3 | 0.08 | 0 | 0.99 | 0.11 | 64.8 | 0.97 | 0.45 |
| Hex | D2 | E4 | 3 | 8 | 0 | 63 | B | 41 | 61 | 2D |
| Octal | 322 | 344 | 3 | 10 | 0 | 143 | 13 | 101 | 141 | 55 |
| Binary | 11010010 | 11100100 | 11 | 1000 | 0 | 1100011 | 1011 | 1000001 | 1100001 | 101101 |
Color Harmonies of #D2E403
Complementary color
Monochromatic Colors of #D2E403
Black with #D2E403
Text Example
Text Example
White with #D2E403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E403; }
p { color: rgb(210,228,3); }
H1.HeaderClassName
{
color: #D2E403;
}
.AnyTagClassName
{
color: #D2E403;
}
</style>
background-color css
<style>
a { background-color: #D2E403; }
a { background-color: rgb(210,228,3); }
div.DivClassName
{
background-color: #D2E403;
}
.BgClassName
{
background-color: #D2E403;
}
</style>
border-color css
<style>
span { border-color: #D2E403; }
span { border-color: rgb(210,228,3); }
td.TdClassName
{
border-color: #D2E403;
}
.TagClassName
{
border-color: #D2E403;
}
</style>