Shades of Emerald #2DE16D
Tints of Emerald #2DE16D
RGB
CMYK
RGB Variations
Color information
#2DE16D (or 0x2DE16D) is known color: Emerald. HEX triplet: 2D, E1 and 6D. RGB value is (45,225,109). Sum of RGB (Red+Green+Blue) = 45+225+109=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE16D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE16D is #D21E92. Grayscale: #9E9E9E. Windows color (decimal): -13770387 or 7201069. OLE color: 7201069.
HSL color Cylindrical-coordinate representation of color #2DE16D: hue angle of 141.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE16D is Cyan = 0.8, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 225 | 109 | - |
| CMYK | 0.8 | 0 | 0.52 | 0.12 |
| HSL | 141.33º | 0.75% | 0.53% | - |
| HSV(B) | 141.33º | 0.8% | 0.88% | - |
| XYZ | 30.77 | 55.51 | 23.56 | - |
| YUV | 157.96 | 100.37 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 225 | 109 | 0.8 | 0 | 0.52 | 0.12 | 141.33 | 0.75 | 0.53 |
| Hex | 2D | E1 | 6D | 50 | 0 | 34 | C | 8D | 4B | 35 |
| Octal | 55 | 341 | 155 | 120 | 0 | 64 | 14 | 215 | 113 | 65 |
| Binary | 101101 | 11100001 | 1101101 | 1010000 | 0 | 110100 | 1100 | 10001101 | 1001011 | 110101 |
Color Harmonies of #2DE16D
Complementary color
Monochromatic Colors of #2DE16D
Black with #2DE16D
Text Example
Text Example
White with #2DE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE16D; }
p { color: rgb(45,225,109); }
H1.HeaderClassName
{
color: #2DE16D;
}
.AnyTagClassName
{
color: #2DE16D;
}
</style>
background-color css
<style>
a { background-color: #2DE16D; }
a { background-color: rgb(45,225,109); }
div.DivClassName
{
background-color: #2DE16D;
}
.BgClassName
{
background-color: #2DE16D;
}
</style>
border-color css
<style>
span { border-color: #2DE16D; }
span { border-color: rgb(45,225,109); }
td.TdClassName
{
border-color: #2DE16D;
}
.TagClassName
{
border-color: #2DE16D;
}
</style>