Shades of Electric Lime #D1E306
Tints of Electric Lime #D1E306
RGB
CMYK
RGB Variations
Color information
#D1E306 (or 0xD1E306) is known color: Electric Lime. HEX triplet: D1, E3 and 06. RGB value is (209,227,6). Sum of RGB (Red+Green+Blue) = 209+227+6=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E306 is #2E1CF9. Grayscale: #C5C5C5. Windows color (decimal): -3022074 or 451537. OLE color: 451537.
HSL color Cylindrical-coordinate representation of color #D1E306: hue angle of 64.89º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1E306 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 227 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.11 |
| HSL | 64.89º | 0.95% | 0.46% | - |
| HSV(B) | 64.89º | 0.97% | 0.89% | - |
| XYZ | 53.8 | 68.51 | 10.56 | - |
| YUV | 196.42 | 20.54 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 6 | 0.08 | 0 | 0.97 | 0.11 | 64.89 | 0.95 | 0.46 |
| Hex | D1 | E3 | 6 | 8 | 0 | 61 | B | 41 | 5F | 2E |
| Octal | 321 | 343 | 6 | 10 | 0 | 141 | 13 | 101 | 137 | 56 |
| Binary | 11010001 | 11100011 | 110 | 1000 | 0 | 1100001 | 1011 | 1000001 | 1011111 | 101110 |
Color Harmonies of #D1E306
Complementary color
Monochromatic Colors of #D1E306
Black with #D1E306
Text Example
Text Example
White with #D1E306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E306; }
p { color: rgb(209,227,6); }
H1.HeaderClassName
{
color: #D1E306;
}
.AnyTagClassName
{
color: #D1E306;
}
</style>
background-color css
<style>
a { background-color: #D1E306; }
a { background-color: rgb(209,227,6); }
div.DivClassName
{
background-color: #D1E306;
}
.BgClassName
{
background-color: #D1E306;
}
</style>
border-color css
<style>
span { border-color: #D1E306; }
span { border-color: rgb(209,227,6); }
td.TdClassName
{
border-color: #D1E306;
}
.TagClassName
{
border-color: #D1E306;
}
</style>