Shades of Malachite #2AD35F
Tints of Malachite #2AD35F
RGB
CMYK
RGB Variations
Color information
#2AD35F (or 0x2AD35F) is known color: Malachite. HEX triplet: 2A, D3 and 5F. RGB value is (42,211,95). Sum of RGB (Red+Green+Blue) = 42+211+95=348 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.07% from 348); Green value is 211 (82.81% from 255 or 60.63% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD35F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD35F is #D52CA0. Grayscale: #939393. Windows color (decimal): -13970593 or 6279978. OLE color: 6279978.
HSL color Cylindrical-coordinate representation of color #2AD35F: hue angle of 138.82º 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 #2AD35F is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 42 | 211 | 95 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.17 |
| HSL | 138.82º | 0.67% | 0.5% | - |
| HSV(B) | 138.82º | 0.8% | 0.83% | - |
| XYZ | 26.31 | 47.91 | 18.69 | - |
| YUV | 147.25 | 98.51 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 211 | 95 | 0.80 | 0 | 0.55 | 0.17 | 138.82 | 0.67 | 0.5 |
| Hex | 2A | D3 | 5F | 50 | 0 | 37 | 11 | 8B | 43 | 32 |
| Octal | 52 | 323 | 137 | 120 | 0 | 67 | 21 | 213 | 103 | 62 |
| Binary | 101010 | 11010011 | 1011111 | 1010000 | 0 | 110111 | 10001 | 10001011 | 1000011 | 110010 |
Color Harmonies of #2AD35F
Complementary color
Monochromatic Colors of #2AD35F
Black with #2AD35F
Text Example
Text Example
White with #2AD35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD35F; }
p { color: rgb(42,211,95); }
H1.HeaderClassName
{
color: #2AD35F;
}
.AnyTagClassName
{
color: #2AD35F;
}
</style>
background-color css
<style>
a { background-color: #2AD35F; }
a { background-color: rgb(42,211,95); }
div.DivClassName
{
background-color: #2AD35F;
}
.BgClassName
{
background-color: #2AD35F;
}
</style>
border-color css
<style>
span { border-color: #2AD35F; }
span { border-color: rgb(42,211,95); }
td.TdClassName
{
border-color: #2AD35F;
}
.TagClassName
{
border-color: #2AD35F;
}
</style>