Shades of Malachite #2AEE49
Tints of Malachite #2AEE49
RGB
CMYK
RGB Variations
Color information
#2AEE49 (or 0x2AEE49) is known color: Malachite. HEX triplet: 2A, EE and 49. RGB value is (42,238,73). Sum of RGB (Red+Green+Blue) = 42+238+73=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 238 (93.36% from 255 or 67.42% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEE49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEE49 is #D511B6. Grayscale: #A1A1A1. Windows color (decimal): -13963703 or 4845098. OLE color: 4845098.
HSL color Cylindrical-coordinate representation of color #2AEE49: hue angle of 129.49º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEE49 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 73 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.07 |
| HSL | 129.49º | 0.85% | 0.55% | - |
| HSV(B) | 129.49º | 0.82% | 0.93% | - |
| XYZ | 32.73 | 62.12 | 16.57 | - |
| YUV | 160.59 | 78.57 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 73 | 0.82 | 0 | 0.69 | 0.07 | 129.49 | 0.85 | 0.55 |
| Hex | 2A | EE | 49 | 52 | 0 | 45 | 7 | 81 | 55 | 37 |
| Octal | 52 | 356 | 111 | 122 | 0 | 105 | 7 | 201 | 125 | 67 |
| Binary | 101010 | 11101110 | 1001001 | 1010010 | 0 | 1000101 | 111 | 10000001 | 1010101 | 110111 |
Color Harmonies of #2AEE49
Complementary color
Monochromatic Colors of #2AEE49
Black with #2AEE49
Text Example
Text Example
White with #2AEE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEE49; }
p { color: rgb(42,238,73); }
H1.HeaderClassName
{
color: #2AEE49;
}
.AnyTagClassName
{
color: #2AEE49;
}
</style>
background-color css
<style>
a { background-color: #2AEE49; }
a { background-color: rgb(42,238,73); }
div.DivClassName
{
background-color: #2AEE49;
}
.BgClassName
{
background-color: #2AEE49;
}
</style>
border-color css
<style>
span { border-color: #2AEE49; }
span { border-color: rgb(42,238,73); }
td.TdClassName
{
border-color: #2AEE49;
}
.TagClassName
{
border-color: #2AEE49;
}
</style>