Shades of Malachite #2AE55C
Tints of Malachite #2AE55C
RGB
CMYK
RGB Variations
Color information
#2AE55C (or 0x2AE55C) is known color: Malachite. HEX triplet: 2A, E5 and 5C. RGB value is (42,229,92). Sum of RGB (Red+Green+Blue) = 42+229+92=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 229 (89.84% from 255 or 63.09% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE55C is #D51AA3. Grayscale: #9D9D9D. Windows color (decimal): -13965988 or 6087978. OLE color: 6087978.
HSL color Cylindrical-coordinate representation of color #2AE55C: hue angle of 136.04º 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 #2AE55C is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 229 | 92 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.10 |
| HSL | 136.04º | 0.78% | 0.53% | - |
| HSV(B) | 136.04º | 0.82% | 0.9% | - |
| XYZ | 30.91 | 57.3 | 19.56 | - |
| YUV | 157.47 | 91.05 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 229 | 92 | 0.82 | 0 | 0.60 | 0.10 | 136.04 | 0.78 | 0.53 |
| Hex | 2A | E5 | 5C | 52 | 0 | 3C | A | 88 | 4E | 35 |
| Octal | 52 | 345 | 134 | 122 | 0 | 74 | 12 | 210 | 116 | 65 |
| Binary | 101010 | 11100101 | 1011100 | 1010010 | 0 | 111100 | 1010 | 10001000 | 1001110 | 110101 |
Color Harmonies of #2AE55C
Complementary color
Monochromatic Colors of #2AE55C
Black with #2AE55C
Text Example
Text Example
White with #2AE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE55C; }
p { color: rgb(42,229,92); }
H1.HeaderClassName
{
color: #2AE55C;
}
.AnyTagClassName
{
color: #2AE55C;
}
</style>
background-color css
<style>
a { background-color: #2AE55C; }
a { background-color: rgb(42,229,92); }
div.DivClassName
{
background-color: #2AE55C;
}
.BgClassName
{
background-color: #2AE55C;
}
</style>
border-color css
<style>
span { border-color: #2AE55C; }
span { border-color: rgb(42,229,92); }
td.TdClassName
{
border-color: #2AE55C;
}
.TagClassName
{
border-color: #2AE55C;
}
</style>