Shades of Emerald #2DDF6C
Tints of Emerald #2DDF6C
RGB
CMYK
RGB Variations
Color information
#2DDF6C (or 0x2DDF6C) is known color: Emerald. HEX triplet: 2D, DF and 6C. RGB value is (45,223,108). Sum of RGB (Red+Green+Blue) = 45+223+108=376 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.97% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF6C is #D22093. Grayscale: #9C9C9C. Windows color (decimal): -13770900 or 7135021. OLE color: 7135021.
HSL color Cylindrical-coordinate representation of color #2DDF6C: hue angle of 141.24º 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 #2DDF6C is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 108 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.13 |
| HSL | 141.24º | 0.74% | 0.53% | - |
| HSV(B) | 141.24º | 0.8% | 0.87% | - |
| XYZ | 30.18 | 54.42 | 23.1 | - |
| YUV | 156.67 | 100.53 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 108 | 0.80 | 0 | 0.52 | 0.13 | 141.24 | 0.74 | 0.53 |
| Hex | 2D | DF | 6C | 50 | 0 | 34 | D | 8D | 4A | 35 |
| Octal | 55 | 337 | 154 | 120 | 0 | 64 | 15 | 215 | 112 | 65 |
| Binary | 101101 | 11011111 | 1101100 | 1010000 | 0 | 110100 | 1101 | 10001101 | 1001010 | 110101 |
Color Harmonies of #2DDF6C
Complementary color
Monochromatic Colors of #2DDF6C
Black with #2DDF6C
Text Example
Text Example
White with #2DDF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF6C; }
p { color: rgb(45,223,108); }
H1.HeaderClassName
{
color: #2DDF6C;
}
.AnyTagClassName
{
color: #2DDF6C;
}
</style>
background-color css
<style>
a { background-color: #2DDF6C; }
a { background-color: rgb(45,223,108); }
div.DivClassName
{
background-color: #2DDF6C;
}
.BgClassName
{
background-color: #2DDF6C;
}
</style>
border-color css
<style>
span { border-color: #2DDF6C; }
span { border-color: rgb(45,223,108); }
td.TdClassName
{
border-color: #2DDF6C;
}
.TagClassName
{
border-color: #2DDF6C;
}
</style>