Shades of Malachite #2EF24D
Tints of Malachite #2EF24D
RGB
CMYK
RGB Variations
Color information
#2EF24D (or 0x2EF24D) is known color: Malachite. HEX triplet: 2E, F2 and 4D. RGB value is (46,242,77). Sum of RGB (Red+Green+Blue) = 46+242+77=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF24D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF24D is #D10DB2. Grayscale: #A5A5A5. Windows color (decimal): -13700531 or 5108270. OLE color: 5108270.
HSL color Cylindrical-coordinate representation of color #2EF24D: hue angle of 129.49º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF24D is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 77 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.05 |
| HSL | 129.49º | 0.88% | 0.56% | - |
| HSV(B) | 129.49º | 0.81% | 0.95% | - |
| XYZ | 34.22 | 64.62 | 17.69 | - |
| YUV | 164.59 | 78.57 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 77 | 0.81 | 0 | 0.68 | 0.05 | 129.49 | 0.88 | 0.56 |
| Hex | 2E | F2 | 4D | 51 | 0 | 44 | 5 | 81 | 58 | 38 |
| Octal | 56 | 362 | 115 | 121 | 0 | 104 | 5 | 201 | 130 | 70 |
| Binary | 101110 | 11110010 | 1001101 | 1010001 | 0 | 1000100 | 101 | 10000001 | 1011000 | 111000 |
Color Harmonies of #2EF24D
Complementary color
Monochromatic Colors of #2EF24D
Black with #2EF24D
Text Example
Text Example
White with #2EF24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF24D; }
p { color: rgb(46,242,77); }
H1.HeaderClassName
{
color: #2EF24D;
}
.AnyTagClassName
{
color: #2EF24D;
}
</style>
background-color css
<style>
a { background-color: #2EF24D; }
a { background-color: rgb(46,242,77); }
div.DivClassName
{
background-color: #2EF24D;
}
.BgClassName
{
background-color: #2EF24D;
}
</style>
border-color css
<style>
span { border-color: #2EF24D; }
span { border-color: rgb(46,242,77); }
td.TdClassName
{
border-color: #2EF24D;
}
.TagClassName
{
border-color: #2EF24D;
}
</style>