Shades of Malachite #2DDC66
Tints of Malachite #2DDC66
RGB
CMYK
RGB Variations
Color information
#2DDC66 (or 0x2DDC66) is known color: Malachite. HEX triplet: 2D, DC and 66. RGB value is (45,220,102). Sum of RGB (Red+Green+Blue) = 45+220+102=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDC66 is #D22399. Grayscale: #9A9A9A. Windows color (decimal): -13771674 or 6741037. OLE color: 6741037.
HSL color Cylindrical-coordinate representation of color #2DDC66: hue angle of 139.54º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDC66 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 102 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.14 |
| HSL | 139.54º | 0.71% | 0.52% | - |
| HSV(B) | 139.54º | 0.8% | 0.86% | - |
| XYZ | 29.07 | 52.7 | 21.21 | - |
| YUV | 154.22 | 98.52 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 102 | 0.80 | 0 | 0.54 | 0.14 | 139.54 | 0.71 | 0.52 |
| Hex | 2D | DC | 66 | 50 | 0 | 36 | E | 8C | 47 | 34 |
| Octal | 55 | 334 | 146 | 120 | 0 | 66 | 16 | 214 | 107 | 64 |
| Binary | 101101 | 11011100 | 1100110 | 1010000 | 0 | 110110 | 1110 | 10001100 | 1000111 | 110100 |
Color Harmonies of #2DDC66
Complementary color
Monochromatic Colors of #2DDC66
Black with #2DDC66
Text Example
Text Example
White with #2DDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC66; }
p { color: rgb(45,220,102); }
H1.HeaderClassName
{
color: #2DDC66;
}
.AnyTagClassName
{
color: #2DDC66;
}
</style>
background-color css
<style>
a { background-color: #2DDC66; }
a { background-color: rgb(45,220,102); }
div.DivClassName
{
background-color: #2DDC66;
}
.BgClassName
{
background-color: #2DDC66;
}
</style>
border-color css
<style>
span { border-color: #2DDC66; }
span { border-color: rgb(45,220,102); }
td.TdClassName
{
border-color: #2DDC66;
}
.TagClassName
{
border-color: #2DDC66;
}
</style>