Shades of Malachite #2DEC57
Tints of Malachite #2DEC57
RGB
CMYK
RGB Variations
Color information
#2DEC57 (or 0x2DEC57) is known color: Malachite. HEX triplet: 2D, EC and 57. RGB value is (45,236,87). Sum of RGB (Red+Green+Blue) = 45+236+87=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 236 (92.58% from 255 or 64.13% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC57 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DEC57 is #D213A8. Grayscale: #A2A2A2. Windows color (decimal): -13767593 or 5762093. OLE color: 5762093.
HSL color Cylindrical-coordinate representation of color #2DEC57: hue angle of 133.19º 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 #2DEC57 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 87 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.07 |
| HSL | 133.19º | 0.83% | 0.55% | - |
| HSV(B) | 133.19º | 0.81% | 0.93% | - |
| XYZ | 32.8 | 61.24 | 19.11 | - |
| YUV | 161.91 | 85.72 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 87 | 0.81 | 0 | 0.63 | 0.07 | 133.19 | 0.83 | 0.55 |
| Hex | 2D | EC | 57 | 51 | 0 | 3F | 7 | 85 | 53 | 37 |
| Octal | 55 | 354 | 127 | 121 | 0 | 77 | 7 | 205 | 123 | 67 |
| Binary | 101101 | 11101100 | 1010111 | 1010001 | 0 | 111111 | 111 | 10000101 | 1010011 | 110111 |
Color Harmonies of #2DEC57
Complementary color
Monochromatic Colors of #2DEC57
Black with #2DEC57
Text Example
Text Example
White with #2DEC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC57; }
p { color: rgb(45,236,87); }
H1.HeaderClassName
{
color: #2DEC57;
}
.AnyTagClassName
{
color: #2DEC57;
}
</style>
background-color css
<style>
a { background-color: #2DEC57; }
a { background-color: rgb(45,236,87); }
div.DivClassName
{
background-color: #2DEC57;
}
.BgClassName
{
background-color: #2DEC57;
}
</style>
border-color css
<style>
span { border-color: #2DEC57; }
span { border-color: rgb(45,236,87); }
td.TdClassName
{
border-color: #2DEC57;
}
.TagClassName
{
border-color: #2DEC57;
}
</style>