Shades of Electric Lime #D1E911
Tints of Electric Lime #D1E911
RGB
CMYK
RGB Variations
Color information
#D1E911 (or 0xD1E911) is known color: Electric Lime. HEX triplet: D1, E9 and 11. RGB value is (209,233,17). Sum of RGB (Red+Green+Blue) = 209+233+17=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 233 (91.41% from 255 or 50.76% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E911 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1E911 is #2E16EE. Grayscale: #CACACA. Windows color (decimal): -3020527 or 1173969. OLE color: 1173969.
HSL color Cylindrical-coordinate representation of color #D1E911: hue angle of 66.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1E911 is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 17 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.09 |
| HSL | 66.67º | 0.86% | 0.49% | - |
| HSV(B) | 66.67º | 0.93% | 0.91% | - |
| XYZ | 55.53 | 71.87 | 11.48 | - |
| YUV | 201.2 | 24.05 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 17 | 0.10 | 0 | 0.93 | 0.09 | 66.67 | 0.86 | 0.49 |
| Hex | D1 | E9 | 11 | A | 0 | 5D | 9 | 43 | 56 | 31 |
| Octal | 321 | 351 | 21 | 12 | 0 | 135 | 11 | 103 | 126 | 61 |
| Binary | 11010001 | 11101001 | 10001 | 1010 | 0 | 1011101 | 1001 | 1000011 | 1010110 | 110001 |
Color Harmonies of #D1E911
Complementary color
Monochromatic Colors of #D1E911
Black with #D1E911
Text Example
Text Example
White with #D1E911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E911; }
p { color: rgb(209,233,17); }
H1.HeaderClassName
{
color: #D1E911;
}
.AnyTagClassName
{
color: #D1E911;
}
</style>
background-color css
<style>
a { background-color: #D1E911; }
a { background-color: rgb(209,233,17); }
div.DivClassName
{
background-color: #D1E911;
}
.BgClassName
{
background-color: #D1E911;
}
</style>
border-color css
<style>
span { border-color: #D1E911; }
span { border-color: rgb(209,233,17); }
td.TdClassName
{
border-color: #D1E911;
}
.TagClassName
{
border-color: #D1E911;
}
</style>