Shades of Malachite #2DD75E
Tints of Malachite #2DD75E
RGB
CMYK
RGB Variations
Color information
#2DD75E (or 0x2DD75E) is known color: Malachite. HEX triplet: 2D, D7 and 5E. RGB value is (45,215,94). Sum of RGB (Red+Green+Blue) = 45+215+94=354 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.71% from 354); Green value is 215 (84.38% from 255 or 60.73% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD75E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD75E is #D228A1. Grayscale: #969696. Windows color (decimal): -13772962 or 6215469. OLE color: 6215469.
HSL color Cylindrical-coordinate representation of color #2DD75E: hue angle of 137.29º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD75E is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 94 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.16 |
| HSL | 137.29º | 0.68% | 0.51% | - |
| HSV(B) | 137.29º | 0.79% | 0.84% | - |
| XYZ | 27.4 | 49.97 | 18.79 | - |
| YUV | 150.38 | 96.18 | 52.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 94 | 0.79 | 0 | 0.56 | 0.16 | 137.29 | 0.68 | 0.51 |
| Hex | 2D | D7 | 5E | 4F | 0 | 38 | 10 | 89 | 44 | 33 |
| Octal | 55 | 327 | 136 | 117 | 0 | 70 | 20 | 211 | 104 | 63 |
| Binary | 101101 | 11010111 | 1011110 | 1001111 | 0 | 111000 | 10000 | 10001001 | 1000100 | 110011 |
Color Harmonies of #2DD75E
Complementary color
Monochromatic Colors of #2DD75E
Black with #2DD75E
Text Example
Text Example
White with #2DD75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD75E; }
p { color: rgb(45,215,94); }
H1.HeaderClassName
{
color: #2DD75E;
}
.AnyTagClassName
{
color: #2DD75E;
}
</style>
background-color css
<style>
a { background-color: #2DD75E; }
a { background-color: rgb(45,215,94); }
div.DivClassName
{
background-color: #2DD75E;
}
.BgClassName
{
background-color: #2DD75E;
}
</style>
border-color css
<style>
span { border-color: #2DD75E; }
span { border-color: rgb(45,215,94); }
td.TdClassName
{
border-color: #2DD75E;
}
.TagClassName
{
border-color: #2DD75E;
}
</style>