Shades of Emerald #2DDE6C
Tints of Emerald #2DDE6C
RGB
CMYK
RGB Variations
Color information
#2DDE6C (or 0x2DDE6C) is known color: Emerald. HEX triplet: 2D, DE and 6C. RGB value is (45,222,108). Sum of RGB (Red+Green+Blue) = 45+222+108=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 222 (87.11% from 255 or 59.2% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDE6C is #D22193. Grayscale: #9C9C9C. Windows color (decimal): -13771156 or 7134765. OLE color: 7134765.
HSL color Cylindrical-coordinate representation of color #2DDE6C: hue angle of 141.36º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDE6C is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 108 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.13 |
| HSL | 141.36º | 0.73% | 0.52% | - |
| HSV(B) | 141.36º | 0.8% | 0.87% | - |
| XYZ | 29.91 | 53.88 | 23.01 | - |
| YUV | 156.08 | 100.86 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 108 | 0.80 | 0 | 0.51 | 0.13 | 141.36 | 0.73 | 0.52 |
| Hex | 2D | DE | 6C | 50 | 0 | 33 | D | 8D | 49 | 34 |
| Octal | 55 | 336 | 154 | 120 | 0 | 63 | 15 | 215 | 111 | 64 |
| Binary | 101101 | 11011110 | 1101100 | 1010000 | 0 | 110011 | 1101 | 10001101 | 1001001 | 110100 |
Color Harmonies of #2DDE6C
Complementary color
Monochromatic Colors of #2DDE6C
Black with #2DDE6C
Text Example
Text Example
White with #2DDE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE6C; }
p { color: rgb(45,222,108); }
H1.HeaderClassName
{
color: #2DDE6C;
}
.AnyTagClassName
{
color: #2DDE6C;
}
</style>
background-color css
<style>
a { background-color: #2DDE6C; }
a { background-color: rgb(45,222,108); }
div.DivClassName
{
background-color: #2DDE6C;
}
.BgClassName
{
background-color: #2DDE6C;
}
</style>
border-color css
<style>
span { border-color: #2DDE6C; }
span { border-color: rgb(45,222,108); }
td.TdClassName
{
border-color: #2DDE6C;
}
.TagClassName
{
border-color: #2DDE6C;
}
</style>