Shades of Electric Lime #D2E706
Tints of Electric Lime #D2E706
RGB
CMYK
RGB Variations
Color information
#D2E706 (or 0xD2E706) is known color: Electric Lime. HEX triplet: D2, E7 and 06. RGB value is (210,231,6). Sum of RGB (Red+Green+Blue) = 210+231+6=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 6 (2.73% from 255 or 1.34% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E706 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2E706 is #2D18F9. Grayscale: #C7C7C7. Windows color (decimal): -2955514 or 452562. OLE color: 452562.
HSL color Cylindrical-coordinate representation of color #D2E706: hue angle of 65.6º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2E706 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 6 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.09 |
| HSL | 65.6º | 0.95% | 0.46% | - |
| HSV(B) | 65.6º | 0.97% | 0.91% | - |
| XYZ | 55.19 | 70.87 | 10.94 | - |
| YUV | 199.07 | 19.04 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 6 | 0.09 | 0 | 0.97 | 0.09 | 65.6 | 0.95 | 0.46 |
| Hex | D2 | E7 | 6 | 9 | 0 | 61 | 9 | 42 | 5F | 2E |
| Octal | 322 | 347 | 6 | 11 | 0 | 141 | 11 | 102 | 137 | 56 |
| Binary | 11010010 | 11100111 | 110 | 1001 | 0 | 1100001 | 1001 | 1000010 | 1011111 | 101110 |
Color Harmonies of #D2E706
Complementary color
Monochromatic Colors of #D2E706
Black with #D2E706
Text Example
Text Example
White with #D2E706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E706; }
p { color: rgb(210,231,6); }
H1.HeaderClassName
{
color: #D2E706;
}
.AnyTagClassName
{
color: #D2E706;
}
</style>
background-color css
<style>
a { background-color: #D2E706; }
a { background-color: rgb(210,231,6); }
div.DivClassName
{
background-color: #D2E706;
}
.BgClassName
{
background-color: #D2E706;
}
</style>
border-color css
<style>
span { border-color: #D2E706; }
span { border-color: rgb(210,231,6); }
td.TdClassName
{
border-color: #D2E706;
}
.TagClassName
{
border-color: #D2E706;
}
</style>