Shades of Malachite #2AE34A
Tints of Malachite #2AE34A
RGB
CMYK
RGB Variations
Color information
#2AE34A (or 0x2AE34A) is known color: Malachite. HEX triplet: 2A, E3 and 4A. RGB value is (42,227,74). Sum of RGB (Red+Green+Blue) = 42+227+74=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 227 (89.06% from 255 or 66.18% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 227 - color contains mainly: green. Hex color #2AE34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE34A is #D51CB5. Grayscale: #9A9A9A. Windows color (decimal): -13966518 or 4907818. OLE color: 4907818.
HSL color Cylindrical-coordinate representation of color #2AE34A: hue angle of 130.38º 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 #2AE34A is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 227 | 74 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.11 |
| HSL | 130.38º | 0.77% | 0.53% | - |
| HSV(B) | 130.38º | 0.81% | 0.89% | - |
| XYZ | 29.66 | 55.92 | 15.71 | - |
| YUV | 154.24 | 82.71 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 227 | 74 | 0.81 | 0 | 0.67 | 0.11 | 130.38 | 0.77 | 0.53 |
| Hex | 2A | E3 | 4A | 51 | 0 | 43 | B | 82 | 4D | 35 |
| Octal | 52 | 343 | 112 | 121 | 0 | 103 | 13 | 202 | 115 | 65 |
| Binary | 101010 | 11100011 | 1001010 | 1010001 | 0 | 1000011 | 1011 | 10000010 | 1001101 | 110101 |
Color Harmonies of #2AE34A
Complementary color
Monochromatic Colors of #2AE34A
Black with #2AE34A
Text Example
Text Example
White with #2AE34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE34A; }
p { color: rgb(42,227,74); }
H1.HeaderClassName
{
color: #2AE34A;
}
.AnyTagClassName
{
color: #2AE34A;
}
</style>
background-color css
<style>
a { background-color: #2AE34A; }
a { background-color: rgb(42,227,74); }
div.DivClassName
{
background-color: #2AE34A;
}
.BgClassName
{
background-color: #2AE34A;
}
</style>
border-color css
<style>
span { border-color: #2AE34A; }
span { border-color: rgb(42,227,74); }
td.TdClassName
{
border-color: #2AE34A;
}
.TagClassName
{
border-color: #2AE34A;
}
</style>