Shades of Malachite #2AE24D
Tints of Malachite #2AE24D
RGB
CMYK
RGB Variations
Color information
#2AE24D (or 0x2AE24D) is known color: Malachite. HEX triplet: 2A, E2 and 4D. RGB value is (42,226,77). Sum of RGB (Red+Green+Blue) = 42+226+77=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 226 (88.67% from 255 or 65.51% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE24D is #D51DB2. Grayscale: #9A9A9A. Windows color (decimal): -13966771 or 5104170. OLE color: 5104170.
HSL color Cylindrical-coordinate representation of color #2AE24D: hue angle of 131.41º degrees, saturation: 0.76, 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 #2AE24D is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 226 | 77 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.11 |
| HSL | 131.41º | 0.76% | 0.53% | - |
| HSV(B) | 131.41º | 0.81% | 0.89% | - |
| XYZ | 29.49 | 55.42 | 16.16 | - |
| YUV | 154 | 84.54 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 226 | 77 | 0.81 | 0 | 0.66 | 0.11 | 131.41 | 0.76 | 0.53 |
| Hex | 2A | E2 | 4D | 51 | 0 | 42 | B | 83 | 4C | 35 |
| Octal | 52 | 342 | 115 | 121 | 0 | 102 | 13 | 203 | 114 | 65 |
| Binary | 101010 | 11100010 | 1001101 | 1010001 | 0 | 1000010 | 1011 | 10000011 | 1001100 | 110101 |
Color Harmonies of #2AE24D
Complementary color
Monochromatic Colors of #2AE24D
Black with #2AE24D
Text Example
Text Example
White with #2AE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE24D; }
p { color: rgb(42,226,77); }
H1.HeaderClassName
{
color: #2AE24D;
}
.AnyTagClassName
{
color: #2AE24D;
}
</style>
background-color css
<style>
a { background-color: #2AE24D; }
a { background-color: rgb(42,226,77); }
div.DivClassName
{
background-color: #2AE24D;
}
.BgClassName
{
background-color: #2AE24D;
}
</style>
border-color css
<style>
span { border-color: #2AE24D; }
span { border-color: rgb(42,226,77); }
td.TdClassName
{
border-color: #2AE24D;
}
.TagClassName
{
border-color: #2AE24D;
}
</style>