Shades of Malachite #2AE55E
Tints of Malachite #2AE55E
RGB
CMYK
RGB Variations
Color information
#2AE55E (or 0x2AE55E) is known color: Malachite. HEX triplet: 2A, E5 and 5E. RGB value is (42,229,94). Sum of RGB (Red+Green+Blue) = 42+229+94=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 229 (89.84% from 255 or 62.74% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE55E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE55E is #D51AA1. Grayscale: #9E9E9E. Windows color (decimal): -13965986 or 6219050. OLE color: 6219050.
HSL color Cylindrical-coordinate representation of color #2AE55E: hue angle of 136.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE55E is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 229 | 94 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.10 |
| HSL | 136.68º | 0.78% | 0.53% | - |
| HSV(B) | 136.68º | 0.82% | 0.9% | - |
| XYZ | 30.99 | 57.34 | 20.02 | - |
| YUV | 157.7 | 92.05 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 229 | 94 | 0.82 | 0 | 0.59 | 0.10 | 136.68 | 0.78 | 0.53 |
| Hex | 2A | E5 | 5E | 52 | 0 | 3B | A | 89 | 4E | 35 |
| Octal | 52 | 345 | 136 | 122 | 0 | 73 | 12 | 211 | 116 | 65 |
| Binary | 101010 | 11100101 | 1011110 | 1010010 | 0 | 111011 | 1010 | 10001001 | 1001110 | 110101 |
Color Harmonies of #2AE55E
Complementary color
Monochromatic Colors of #2AE55E
Black with #2AE55E
Text Example
Text Example
White with #2AE55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE55E; }
p { color: rgb(42,229,94); }
H1.HeaderClassName
{
color: #2AE55E;
}
.AnyTagClassName
{
color: #2AE55E;
}
</style>
background-color css
<style>
a { background-color: #2AE55E; }
a { background-color: rgb(42,229,94); }
div.DivClassName
{
background-color: #2AE55E;
}
.BgClassName
{
background-color: #2AE55E;
}
</style>
border-color css
<style>
span { border-color: #2AE55E; }
span { border-color: rgb(42,229,94); }
td.TdClassName
{
border-color: #2AE55E;
}
.TagClassName
{
border-color: #2AE55E;
}
</style>