Shades of Electric Lime #D1E303
Tints of Electric Lime #D1E303
RGB
CMYK
RGB Variations
Color information
#D1E303 (or 0xD1E303) is known color: Electric Lime. HEX triplet: D1, E3 and 03. RGB value is (209,227,3). Sum of RGB (Red+Green+Blue) = 209+227+3=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E303 is #2E1CFC. Grayscale: #C4C4C4. Windows color (decimal): -3022077 or 254929. OLE color: 254929.
HSL color Cylindrical-coordinate representation of color #D1E303: hue angle of 64.82º 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 #D1E303 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 227 | 3 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.11 |
| HSL | 64.82º | 0.97% | 0.45% | - |
| HSV(B) | 64.82º | 0.99% | 0.89% | - |
| XYZ | 53.78 | 68.5 | 10.47 | - |
| YUV | 196.08 | 19.04 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 3 | 0.08 | 0 | 0.99 | 0.11 | 64.82 | 0.97 | 0.45 |
| Hex | D1 | E3 | 3 | 8 | 0 | 63 | B | 41 | 61 | 2D |
| Octal | 321 | 343 | 3 | 10 | 0 | 143 | 13 | 101 | 141 | 55 |
| Binary | 11010001 | 11100011 | 11 | 1000 | 0 | 1100011 | 1011 | 1000001 | 1100001 | 101101 |
Color Harmonies of #D1E303
Complementary color
Monochromatic Colors of #D1E303
Black with #D1E303
Text Example
Text Example
White with #D1E303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E303; }
p { color: rgb(209,227,3); }
H1.HeaderClassName
{
color: #D1E303;
}
.AnyTagClassName
{
color: #D1E303;
}
</style>
background-color css
<style>
a { background-color: #D1E303; }
a { background-color: rgb(209,227,3); }
div.DivClassName
{
background-color: #D1E303;
}
.BgClassName
{
background-color: #D1E303;
}
</style>
border-color css
<style>
span { border-color: #D1E303; }
span { border-color: rgb(209,227,3); }
td.TdClassName
{
border-color: #D1E303;
}
.TagClassName
{
border-color: #D1E303;
}
</style>