Shades of Emerald #2DE06D
Tints of Emerald #2DE06D
RGB
CMYK
RGB Variations
Color information
#2DE06D (or 0x2DE06D) is known color: Emerald. HEX triplet: 2D, E0 and 6D. RGB value is (45,224,109). Sum of RGB (Red+Green+Blue) = 45+224+109=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #2DE06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DE06D is #D21F92. Grayscale: #9D9D9D. Windows color (decimal): -13770643 or 7200813. OLE color: 7200813.
HSL color Cylindrical-coordinate representation of color #2DE06D: hue angle of 141.45º degrees, saturation: 0.74, 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 #2DE06D is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 224 | 109 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.12 |
| HSL | 141.45º | 0.74% | 0.53% | - |
| HSV(B) | 141.45º | 0.8% | 0.88% | - |
| XYZ | 30.5 | 54.97 | 23.47 | - |
| YUV | 157.37 | 100.7 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 224 | 109 | 0.80 | 0 | 0.51 | 0.12 | 141.45 | 0.74 | 0.53 |
| Hex | 2D | E0 | 6D | 50 | 0 | 33 | C | 8D | 4A | 35 |
| Octal | 55 | 340 | 155 | 120 | 0 | 63 | 14 | 215 | 112 | 65 |
| Binary | 101101 | 11100000 | 1101101 | 1010000 | 0 | 110011 | 1100 | 10001101 | 1001010 | 110101 |
Color Harmonies of #2DE06D
Complementary color
Monochromatic Colors of #2DE06D
Black with #2DE06D
Text Example
Text Example
White with #2DE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE06D; }
p { color: rgb(45,224,109); }
H1.HeaderClassName
{
color: #2DE06D;
}
.AnyTagClassName
{
color: #2DE06D;
}
</style>
background-color css
<style>
a { background-color: #2DE06D; }
a { background-color: rgb(45,224,109); }
div.DivClassName
{
background-color: #2DE06D;
}
.BgClassName
{
background-color: #2DE06D;
}
</style>
border-color css
<style>
span { border-color: #2DE06D; }
span { border-color: rgb(45,224,109); }
td.TdClassName
{
border-color: #2DE06D;
}
.TagClassName
{
border-color: #2DE06D;
}
</style>