Shades of Malachite #2AF24E
Tints of Malachite #2AF24E
RGB
CMYK
RGB Variations
Color information
#2AF24E (or 0x2AF24E) is known color: Malachite. HEX triplet: 2A, F2 and 4E. RGB value is (42,242,78). Sum of RGB (Red+Green+Blue) = 42+242+78=362 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.60% from 362); Green value is 242 (94.92% from 255 or 66.85% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF24E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AF24E is #D50DB1. Grayscale: #A3A3A3. Windows color (decimal): -13962674 or 5173802. OLE color: 5173802.
HSL color Cylindrical-coordinate representation of color #2AF24E: hue angle of 130.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF24E is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 78 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.05 |
| HSL | 130.8º | 0.88% | 0.56% | - |
| HSV(B) | 130.8º | 0.83% | 0.95% | - |
| XYZ | 34.08 | 64.55 | 17.87 | - |
| YUV | 163.5 | 79.74 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 78 | 0.83 | 0 | 0.68 | 0.05 | 130.8 | 0.88 | 0.56 |
| Hex | 2A | F2 | 4E | 53 | 0 | 44 | 5 | 83 | 58 | 38 |
| Octal | 52 | 362 | 116 | 123 | 0 | 104 | 5 | 203 | 130 | 70 |
| Binary | 101010 | 11110010 | 1001110 | 1010011 | 0 | 1000100 | 101 | 10000011 | 1011000 | 111000 |
Color Harmonies of #2AF24E
Complementary color
Monochromatic Colors of #2AF24E
Black with #2AF24E
Text Example
Text Example
White with #2AF24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF24E; }
p { color: rgb(42,242,78); }
H1.HeaderClassName
{
color: #2AF24E;
}
.AnyTagClassName
{
color: #2AF24E;
}
</style>
background-color css
<style>
a { background-color: #2AF24E; }
a { background-color: rgb(42,242,78); }
div.DivClassName
{
background-color: #2AF24E;
}
.BgClassName
{
background-color: #2AF24E;
}
</style>
border-color css
<style>
span { border-color: #2AF24E; }
span { border-color: rgb(42,242,78); }
td.TdClassName
{
border-color: #2AF24E;
}
.TagClassName
{
border-color: #2AF24E;
}
</style>