Shades of Malachite #2DF44E
Tints of Malachite #2DF44E
RGB
CMYK
RGB Variations
Color information
#2DF44E (or 0x2DF44E) is known color: Malachite. HEX triplet: 2D, F4 and 4E. RGB value is (45,244,78). Sum of RGB (Red+Green+Blue) = 45+244+78=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 244 (95.70% from 255 or 66.49% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF44E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF44E is #D20BB1. Grayscale: #A6A6A6. Windows color (decimal): -13765554 or 5174317. OLE color: 5174317.
HSL color Cylindrical-coordinate representation of color #2DF44E: hue angle of 129.95º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF44E is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 244 | 78 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.04 |
| HSL | 129.95º | 0.9% | 0.57% | - |
| HSV(B) | 129.95º | 0.82% | 0.96% | - |
| XYZ | 34.81 | 65.81 | 18.08 | - |
| YUV | 165.58 | 78.57 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 244 | 78 | 0.82 | 0 | 0.68 | 0.04 | 129.95 | 0.9 | 0.57 |
| Hex | 2D | F4 | 4E | 52 | 0 | 44 | 4 | 82 | 5A | 39 |
| Octal | 55 | 364 | 116 | 122 | 0 | 104 | 4 | 202 | 132 | 71 |
| Binary | 101101 | 11110100 | 1001110 | 1010010 | 0 | 1000100 | 100 | 10000010 | 1011010 | 111001 |
Color Harmonies of #2DF44E
Complementary color
Monochromatic Colors of #2DF44E
Black with #2DF44E
Text Example
Text Example
White with #2DF44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF44E; }
p { color: rgb(45,244,78); }
H1.HeaderClassName
{
color: #2DF44E;
}
.AnyTagClassName
{
color: #2DF44E;
}
</style>
background-color css
<style>
a { background-color: #2DF44E; }
a { background-color: rgb(45,244,78); }
div.DivClassName
{
background-color: #2DF44E;
}
.BgClassName
{
background-color: #2DF44E;
}
</style>
border-color css
<style>
span { border-color: #2DF44E; }
span { border-color: rgb(45,244,78); }
td.TdClassName
{
border-color: #2DF44E;
}
.TagClassName
{
border-color: #2DF44E;
}
</style>