Shades of Malachite #2DEC58
Tints of Malachite #2DEC58
RGB
CMYK
RGB Variations
Color information
#2DEC58 (or 0x2DEC58) is known color: Malachite. HEX triplet: 2D, EC and 58. RGB value is (45,236,88). Sum of RGB (Red+Green+Blue) = 45+236+88=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 236 (92.58% from 255 or 63.96% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEC58 is #D213A7. Grayscale: #A2A2A2. Windows color (decimal): -13767592 or 5827629. OLE color: 5827629.
HSL color Cylindrical-coordinate representation of color #2DEC58: hue angle of 133.51º 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 #2DEC58 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 88 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.07 |
| HSL | 133.51º | 0.83% | 0.55% | - |
| HSV(B) | 133.51º | 0.81% | 0.93% | - |
| XYZ | 32.84 | 61.25 | 19.32 | - |
| YUV | 162.02 | 86.22 | 44.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 88 | 0.81 | 0 | 0.63 | 0.07 | 133.51 | 0.83 | 0.55 |
| Hex | 2D | EC | 58 | 51 | 0 | 3F | 7 | 86 | 53 | 37 |
| Octal | 55 | 354 | 130 | 121 | 0 | 77 | 7 | 206 | 123 | 67 |
| Binary | 101101 | 11101100 | 1011000 | 1010001 | 0 | 111111 | 111 | 10000110 | 1010011 | 110111 |
Color Harmonies of #2DEC58
Complementary color
Monochromatic Colors of #2DEC58
Black with #2DEC58
Text Example
Text Example
White with #2DEC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC58; }
p { color: rgb(45,236,88); }
H1.HeaderClassName
{
color: #2DEC58;
}
.AnyTagClassName
{
color: #2DEC58;
}
</style>
background-color css
<style>
a { background-color: #2DEC58; }
a { background-color: rgb(45,236,88); }
div.DivClassName
{
background-color: #2DEC58;
}
.BgClassName
{
background-color: #2DEC58;
}
</style>
border-color css
<style>
span { border-color: #2DEC58; }
span { border-color: rgb(45,236,88); }
td.TdClassName
{
border-color: #2DEC58;
}
.TagClassName
{
border-color: #2DEC58;
}
</style>