Shades of Malachite #2AD34F
Tints of Malachite #2AD34F
RGB
CMYK
RGB Variations
Color information
#2AD34F (or 0x2AD34F) is known color: Malachite. HEX triplet: 2A, D3 and 4F. RGB value is (42,211,79). Sum of RGB (Red+Green+Blue) = 42+211+79=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 211 (82.81% from 255 or 63.55% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD34F is #D52CB0. Grayscale: #919191. Windows color (decimal): -13970609 or 5231402. OLE color: 5231402.
HSL color Cylindrical-coordinate representation of color #2AD34F: hue angle of 133.14º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD34F is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 211 | 79 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.17 |
| HSL | 133.14º | 0.67% | 0.5% | - |
| HSV(B) | 133.14º | 0.8% | 0.83% | - |
| XYZ | 25.66 | 47.65 | 15.24 | - |
| YUV | 145.42 | 90.51 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 211 | 79 | 0.80 | 0 | 0.63 | 0.17 | 133.14 | 0.67 | 0.5 |
| Hex | 2A | D3 | 4F | 50 | 0 | 3F | 11 | 85 | 43 | 32 |
| Octal | 52 | 323 | 117 | 120 | 0 | 77 | 21 | 205 | 103 | 62 |
| Binary | 101010 | 11010011 | 1001111 | 1010000 | 0 | 111111 | 10001 | 10000101 | 1000011 | 110010 |
Color Harmonies of #2AD34F
Complementary color
Monochromatic Colors of #2AD34F
Black with #2AD34F
Text Example
Text Example
White with #2AD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD34F; }
p { color: rgb(42,211,79); }
H1.HeaderClassName
{
color: #2AD34F;
}
.AnyTagClassName
{
color: #2AD34F;
}
</style>
background-color css
<style>
a { background-color: #2AD34F; }
a { background-color: rgb(42,211,79); }
div.DivClassName
{
background-color: #2AD34F;
}
.BgClassName
{
background-color: #2AD34F;
}
</style>
border-color css
<style>
span { border-color: #2AD34F; }
span { border-color: rgb(42,211,79); }
td.TdClassName
{
border-color: #2AD34F;
}
.TagClassName
{
border-color: #2AD34F;
}
</style>