Shades of Malachite #2DEC5D
Tints of Malachite #2DEC5D
RGB
CMYK
RGB Variations
Color information
#2DEC5D (or 0x2DEC5D) is known color: Malachite. HEX triplet: 2D, EC and 5D. RGB value is (45,236,93). Sum of RGB (Red+Green+Blue) = 45+236+93=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 236 (92.58% from 255 or 63.10% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEC5D is #D213A2. Grayscale: #A2A2A2. Windows color (decimal): -13767587 or 6155309. OLE color: 6155309.
HSL color Cylindrical-coordinate representation of color #2DEC5D: hue angle of 135.08º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEC5D is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 93 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.07 |
| HSL | 135.08º | 0.83% | 0.55% | - |
| HSV(B) | 135.08º | 0.81% | 0.93% | - |
| XYZ | 33.05 | 61.34 | 20.45 | - |
| YUV | 162.59 | 88.72 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 93 | 0.81 | 0 | 0.61 | 0.07 | 135.08 | 0.83 | 0.55 |
| Hex | 2D | EC | 5D | 51 | 0 | 3D | 7 | 87 | 53 | 37 |
| Octal | 55 | 354 | 135 | 121 | 0 | 75 | 7 | 207 | 123 | 67 |
| Binary | 101101 | 11101100 | 1011101 | 1010001 | 0 | 111101 | 111 | 10000111 | 1010011 | 110111 |
Color Harmonies of #2DEC5D
Complementary color
Monochromatic Colors of #2DEC5D
Black with #2DEC5D
Text Example
Text Example
White with #2DEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC5D; }
p { color: rgb(45,236,93); }
H1.HeaderClassName
{
color: #2DEC5D;
}
.AnyTagClassName
{
color: #2DEC5D;
}
</style>
background-color css
<style>
a { background-color: #2DEC5D; }
a { background-color: rgb(45,236,93); }
div.DivClassName
{
background-color: #2DEC5D;
}
.BgClassName
{
background-color: #2DEC5D;
}
</style>
border-color css
<style>
span { border-color: #2DEC5D; }
span { border-color: rgb(45,236,93); }
td.TdClassName
{
border-color: #2DEC5D;
}
.TagClassName
{
border-color: #2DEC5D;
}
</style>