Shades of Electric Lime #D1E600
Tints of Electric Lime #D1E600
RGB
CMYK
RGB Variations
Color information
#D1E600 (or 0xD1E600) is known color: Electric Lime. HEX triplet: D1, E6 and 00. RGB value is (209,230,0). Sum of RGB (Red+Green+Blue) = 209+230+0=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 230 (90.23% from 255 or 52.39% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1E600 is #2E19FF. Grayscale: #C6C6C6. Windows color (decimal): -3021312 or 59089. OLE color: 59089.
HSL color Cylindrical-coordinate representation of color #D1E600: hue angle of 65.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1E600 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.10 |
| HSL | 65.48º | 1% | 0.45% | - |
| HSV(B) | 65.48º | 1% | 0.9% | - |
| XYZ | 54.59 | 70.15 | 10.66 | - |
| YUV | 197.5 | 16.54 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 0 | 0.09 | 0 | 1 | 0.10 | 65.48 | 1 | 0.45 |
| Hex | D1 | E6 | 0 | 9 | 0 | 64 | A | 41 | 64 | 2D |
| Octal | 321 | 346 | 0 | 11 | 0 | 144 | 12 | 101 | 144 | 55 |
| Binary | 11010001 | 11100110 | 0 | 1001 | 0 | 1100100 | 1010 | 1000001 | 1100100 | 101101 |
Color Harmonies of #D1E600
Complementary color
Monochromatic Colors of #D1E600
Black with #D1E600
Text Example
Text Example
White with #D1E600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E600; }
p { color: rgb(209,230,0); }
H1.HeaderClassName
{
color: #D1E600;
}
.AnyTagClassName
{
color: #D1E600;
}
</style>
background-color css
<style>
a { background-color: #D1E600; }
a { background-color: rgb(209,230,0); }
div.DivClassName
{
background-color: #D1E600;
}
.BgClassName
{
background-color: #D1E600;
}
</style>
border-color css
<style>
span { border-color: #D1E600; }
span { border-color: rgb(209,230,0); }
td.TdClassName
{
border-color: #D1E600;
}
.TagClassName
{
border-color: #D1E600;
}
</style>