Shades of Electric Lime #D1E601
Tints of Electric Lime #D1E601
RGB
CMYK
RGB Variations
Color information
#D1E601 (or 0xD1E601) is known color: Electric Lime. HEX triplet: D1, E6 and 01. RGB value is (209,230,1). Sum of RGB (Red+Green+Blue) = 209+230+1=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 230 (90.23% from 255 or 52.27% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1E601 is #2E19FE. Grayscale: #C6C6C6. Windows color (decimal): -3021311 or 124625. OLE color: 124625.
HSL color Cylindrical-coordinate representation of color #D1E601: hue angle of 65.5º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1E601 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 1 | - |
| CMYK | 0.09 | 0 | 1.00 | 0.10 |
| HSL | 65.5º | 0.99% | 0.45% | - |
| HSV(B) | 65.5º | 1% | 0.9% | - |
| XYZ | 54.6 | 70.15 | 10.69 | - |
| YUV | 197.62 | 17.04 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 1 | 0.09 | 0 | 1.00 | 0.10 | 65.5 | 0.99 | 0.45 |
| Hex | D1 | E6 | 1 | 9 | 0 | 64 | A | 42 | 63 | 2D |
| Octal | 321 | 346 | 1 | 11 | 0 | 144 | 12 | 102 | 143 | 55 |
| Binary | 11010001 | 11100110 | 1 | 1001 | 0 | 1100100 | 1010 | 1000010 | 1100011 | 101101 |
Color Harmonies of #D1E601
Complementary color
Monochromatic Colors of #D1E601
Black with #D1E601
Text Example
Text Example
White with #D1E601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E601; }
p { color: rgb(209,230,1); }
H1.HeaderClassName
{
color: #D1E601;
}
.AnyTagClassName
{
color: #D1E601;
}
</style>
background-color css
<style>
a { background-color: #D1E601; }
a { background-color: rgb(209,230,1); }
div.DivClassName
{
background-color: #D1E601;
}
.BgClassName
{
background-color: #D1E601;
}
</style>
border-color css
<style>
span { border-color: #D1E601; }
span { border-color: rgb(209,230,1); }
td.TdClassName
{
border-color: #D1E601;
}
.TagClassName
{
border-color: #D1E601;
}
</style>