Shades of Malachite #2AF44F
Tints of Malachite #2AF44F
RGB
CMYK
RGB Variations
Color information
#2AF44F (or 0x2AF44F) is known color: Malachite. HEX triplet: 2A, F4 and 4F. RGB value is (42,244,79). Sum of RGB (Red+Green+Blue) = 42+244+79=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 244 (95.70% from 255 or 66.85% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 244 - color contains mainly: green. Hex color #2AF44F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF44F is #D50BB0. Grayscale: #A5A5A5. Windows color (decimal): -13962161 or 5239850. OLE color: 5239850.
HSL color Cylindrical-coordinate representation of color #2AF44F: hue angle of 130.99º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF44F is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 42 | 244 | 79 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.04 |
| HSL | 130.99º | 0.9% | 0.56% | - |
| HSV(B) | 130.99º | 0.83% | 0.96% | - |
| XYZ | 34.72 | 65.76 | 18.26 | - |
| YUV | 164.79 | 79.58 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 244 | 79 | 0.83 | 0 | 0.68 | 0.04 | 130.99 | 0.9 | 0.56 |
| Hex | 2A | F4 | 4F | 53 | 0 | 44 | 4 | 83 | 5A | 38 |
| Octal | 52 | 364 | 117 | 123 | 0 | 104 | 4 | 203 | 132 | 70 |
| Binary | 101010 | 11110100 | 1001111 | 1010011 | 0 | 1000100 | 100 | 10000011 | 1011010 | 111000 |
Color Harmonies of #2AF44F
Complementary color
Monochromatic Colors of #2AF44F
Black with #2AF44F
Text Example
Text Example
White with #2AF44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF44F; }
p { color: rgb(42,244,79); }
H1.HeaderClassName
{
color: #2AF44F;
}
.AnyTagClassName
{
color: #2AF44F;
}
</style>
background-color css
<style>
a { background-color: #2AF44F; }
a { background-color: rgb(42,244,79); }
div.DivClassName
{
background-color: #2AF44F;
}
.BgClassName
{
background-color: #2AF44F;
}
</style>
border-color css
<style>
span { border-color: #2AF44F; }
span { border-color: rgb(42,244,79); }
td.TdClassName
{
border-color: #2AF44F;
}
.TagClassName
{
border-color: #2AF44F;
}
</style>