Shades of Malachite #2DDB58
Tints of Malachite #2DDB58
RGB
CMYK
RGB Variations
Color information
#2DDB58 (or 0x2DDB58) is known color: Malachite. HEX triplet: 2D, DB and 58. RGB value is (45,219,88). Sum of RGB (Red+Green+Blue) = 45+219+88=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDB58 is #D224A7. Grayscale: #989898. Windows color (decimal): -13771944 or 5823277. OLE color: 5823277.
HSL color Cylindrical-coordinate representation of color #2DDB58: hue angle of 134.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DDB58 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 88 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.14 |
| HSL | 134.83º | 0.71% | 0.52% | - |
| HSV(B) | 134.83º | 0.79% | 0.86% | - |
| XYZ | 28.18 | 51.93 | 17.77 | - |
| YUV | 152.04 | 91.85 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 88 | 0.79 | 0 | 0.60 | 0.14 | 134.83 | 0.71 | 0.52 |
| Hex | 2D | DB | 58 | 4F | 0 | 3C | E | 87 | 47 | 34 |
| Octal | 55 | 333 | 130 | 117 | 0 | 74 | 16 | 207 | 107 | 64 |
| Binary | 101101 | 11011011 | 1011000 | 1001111 | 0 | 111100 | 1110 | 10000111 | 1000111 | 110100 |
Color Harmonies of #2DDB58
Complementary color
Monochromatic Colors of #2DDB58
Black with #2DDB58
Text Example
Text Example
White with #2DDB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB58; }
p { color: rgb(45,219,88); }
H1.HeaderClassName
{
color: #2DDB58;
}
.AnyTagClassName
{
color: #2DDB58;
}
</style>
background-color css
<style>
a { background-color: #2DDB58; }
a { background-color: rgb(45,219,88); }
div.DivClassName
{
background-color: #2DDB58;
}
.BgClassName
{
background-color: #2DDB58;
}
</style>
border-color css
<style>
span { border-color: #2DDB58; }
span { border-color: rgb(45,219,88); }
td.TdClassName
{
border-color: #2DDB58;
}
.TagClassName
{
border-color: #2DDB58;
}
</style>