Shades of Malachite #2AD74E
Tints of Malachite #2AD74E
RGB
CMYK
RGB Variations
Color information
#2AD74E (or 0x2AD74E) is known color: Malachite. HEX triplet: 2A, D7 and 4E. RGB value is (42,215,78). Sum of RGB (Red+Green+Blue) = 42+215+78=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 215 (84.38% from 255 or 64.18% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD74E is #D528B1. Grayscale: #949494. Windows color (decimal): -13969586 or 5166890. OLE color: 5166890.
HSL color Cylindrical-coordinate representation of color #2AD74E: hue angle of 132.49º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD74E is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 215 | 78 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.16 |
| HSL | 132.49º | 0.68% | 0.5% | - |
| HSV(B) | 132.49º | 0.8% | 0.84% | - |
| XYZ | 26.63 | 49.64 | 15.39 | - |
| YUV | 147.66 | 88.69 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 215 | 78 | 0.80 | 0 | 0.64 | 0.16 | 132.49 | 0.68 | 0.5 |
| Hex | 2A | D7 | 4E | 50 | 0 | 40 | 10 | 84 | 44 | 32 |
| Octal | 52 | 327 | 116 | 120 | 0 | 100 | 20 | 204 | 104 | 62 |
| Binary | 101010 | 11010111 | 1001110 | 1010000 | 0 | 1000000 | 10000 | 10000100 | 1000100 | 110010 |
Color Harmonies of #2AD74E
Complementary color
Monochromatic Colors of #2AD74E
Black with #2AD74E
Text Example
Text Example
White with #2AD74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD74E; }
p { color: rgb(42,215,78); }
H1.HeaderClassName
{
color: #2AD74E;
}
.AnyTagClassName
{
color: #2AD74E;
}
</style>
background-color css
<style>
a { background-color: #2AD74E; }
a { background-color: rgb(42,215,78); }
div.DivClassName
{
background-color: #2AD74E;
}
.BgClassName
{
background-color: #2AD74E;
}
</style>
border-color css
<style>
span { border-color: #2AD74E; }
span { border-color: rgb(42,215,78); }
td.TdClassName
{
border-color: #2AD74E;
}
.TagClassName
{
border-color: #2AD74E;
}
</style>