Shades of Malachite #2AE34D
Tints of Malachite #2AE34D
RGB
CMYK
RGB Variations
Color information
#2AE34D (or 0x2AE34D) is known color: Malachite. HEX triplet: 2A, E3 and 4D. RGB value is (42,227,77). Sum of RGB (Red+Green+Blue) = 42+227+77=346 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.14% from 346); Green value is 227 (89.06% from 255 or 65.61% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE34D is #D51CB2. Grayscale: #9B9B9B. Windows color (decimal): -13966515 or 5104426. OLE color: 5104426.
HSL color Cylindrical-coordinate representation of color #2AE34D: hue angle of 131.35º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE34D is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 77 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.11 |
| HSL | 131.35º | 0.77% | 0.53% | - |
| HSV(B) | 131.35º | 0.81% | 0.89% | - |
| XYZ | 29.76 | 55.97 | 16.26 | - |
| YUV | 154.59 | 84.21 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 77 | 0.81 | 0 | 0.66 | 0.11 | 131.35 | 0.77 | 0.53 |
| Hex | 2A | E3 | 4D | 51 | 0 | 42 | B | 83 | 4D | 35 |
| Octal | 52 | 343 | 115 | 121 | 0 | 102 | 13 | 203 | 115 | 65 |
| Binary | 101010 | 11100011 | 1001101 | 1010001 | 0 | 1000010 | 1011 | 10000011 | 1001101 | 110101 |
Color Harmonies of #2AE34D
Complementary color
Monochromatic Colors of #2AE34D
Black with #2AE34D
Text Example
Text Example
White with #2AE34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE34D; }
p { color: rgb(42,227,77); }
H1.HeaderClassName
{
color: #2AE34D;
}
.AnyTagClassName
{
color: #2AE34D;
}
</style>
background-color css
<style>
a { background-color: #2AE34D; }
a { background-color: rgb(42,227,77); }
div.DivClassName
{
background-color: #2AE34D;
}
.BgClassName
{
background-color: #2AE34D;
}
</style>
border-color css
<style>
span { border-color: #2AE34D; }
span { border-color: rgb(42,227,77); }
td.TdClassName
{
border-color: #2AE34D;
}
.TagClassName
{
border-color: #2AE34D;
}
</style>