Shades of Emerald #2DDF6E
Tints of Emerald #2DDF6E
RGB
CMYK
RGB Variations
Color information
#2DDF6E (or 0x2DDF6E) is known color: Emerald. HEX triplet: 2D, DF and 6E. RGB value is (45,223,110). Sum of RGB (Red+Green+Blue) = 45+223+110=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF6E is #D22091. Grayscale: #9D9D9D. Windows color (decimal): -13770898 or 7266093. OLE color: 7266093.
HSL color Cylindrical-coordinate representation of color #2DDF6E: hue angle of 141.91º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF6E is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 110 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.13 |
| HSL | 141.91º | 0.74% | 0.53% | - |
| HSV(B) | 141.91º | 0.8% | 0.87% | - |
| XYZ | 30.28 | 54.46 | 23.67 | - |
| YUV | 156.9 | 101.53 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 110 | 0.80 | 0 | 0.51 | 0.13 | 141.91 | 0.74 | 0.53 |
| Hex | 2D | DF | 6E | 50 | 0 | 33 | D | 8E | 4A | 35 |
| Octal | 55 | 337 | 156 | 120 | 0 | 63 | 15 | 216 | 112 | 65 |
| Binary | 101101 | 11011111 | 1101110 | 1010000 | 0 | 110011 | 1101 | 10001110 | 1001010 | 110101 |
Color Harmonies of #2DDF6E
Complementary color
Monochromatic Colors of #2DDF6E
Black with #2DDF6E
Text Example
Text Example
White with #2DDF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF6E; }
p { color: rgb(45,223,110); }
H1.HeaderClassName
{
color: #2DDF6E;
}
.AnyTagClassName
{
color: #2DDF6E;
}
</style>
background-color css
<style>
a { background-color: #2DDF6E; }
a { background-color: rgb(45,223,110); }
div.DivClassName
{
background-color: #2DDF6E;
}
.BgClassName
{
background-color: #2DDF6E;
}
</style>
border-color css
<style>
span { border-color: #2DDF6E; }
span { border-color: rgb(45,223,110); }
td.TdClassName
{
border-color: #2DDF6E;
}
.TagClassName
{
border-color: #2DDF6E;
}
</style>