Shades of Malachite #2DE752
Tints of Malachite #2DE752
RGB
CMYK
RGB Variations
Color information
#2DE752 (or 0x2DE752) is known color: Malachite. HEX triplet: 2D, E7 and 52. RGB value is (45,231,82). Sum of RGB (Red+Green+Blue) = 45+231+82=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 231 (90.62% from 255 or 64.53% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 231 - color contains mainly: green. Hex color #2DE752 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DE752 is #D218AD. Grayscale: #9E9E9E. Windows color (decimal): -13768878 or 5433133. OLE color: 5433133.
HSL color Cylindrical-coordinate representation of color #2DE752: hue angle of 131.94º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE752 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 231 | 82 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.09 |
| HSL | 131.94º | 0.79% | 0.54% | - |
| HSV(B) | 131.94º | 0.81% | 0.91% | - |
| XYZ | 31.18 | 58.32 | 17.6 | - |
| YUV | 158.4 | 84.88 | 47.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 231 | 82 | 0.81 | 0 | 0.65 | 0.09 | 131.94 | 0.79 | 0.54 |
| Hex | 2D | E7 | 52 | 51 | 0 | 41 | 9 | 84 | 4F | 36 |
| Octal | 55 | 347 | 122 | 121 | 0 | 101 | 11 | 204 | 117 | 66 |
| Binary | 101101 | 11100111 | 1010010 | 1010001 | 0 | 1000001 | 1001 | 10000100 | 1001111 | 110110 |
Color Harmonies of #2DE752
Complementary color
Monochromatic Colors of #2DE752
Black with #2DE752
Text Example
Text Example
White with #2DE752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE752; }
p { color: rgb(45,231,82); }
H1.HeaderClassName
{
color: #2DE752;
}
.AnyTagClassName
{
color: #2DE752;
}
</style>
background-color css
<style>
a { background-color: #2DE752; }
a { background-color: rgb(45,231,82); }
div.DivClassName
{
background-color: #2DE752;
}
.BgClassName
{
background-color: #2DE752;
}
</style>
border-color css
<style>
span { border-color: #2DE752; }
span { border-color: rgb(45,231,82); }
td.TdClassName
{
border-color: #2DE752;
}
.TagClassName
{
border-color: #2DE752;
}
</style>