Shades of Malachite #2EF84D
Tints of Malachite #2EF84D
RGB
CMYK
RGB Variations
Color information
#2EF84D (or 0x2EF84D) is known color: Malachite. HEX triplet: 2E, F8 and 4D. RGB value is (46,248,77). Sum of RGB (Red+Green+Blue) = 46+248+77=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 248 (97.27% from 255 or 66.85% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF84D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF84D is #D107B2. Grayscale: #A8A8A8. Windows color (decimal): -13698995 or 5109806. OLE color: 5109806.
HSL color Cylindrical-coordinate representation of color #2EF84D: hue angle of 129.21º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF84D is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 77 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.03 |
| HSL | 129.21º | 0.94% | 0.58% | - |
| HSV(B) | 129.21º | 0.81% | 0.97% | - |
| XYZ | 36.03 | 68.25 | 18.3 | - |
| YUV | 168.11 | 76.58 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 77 | 0.81 | 0 | 0.69 | 0.03 | 129.21 | 0.94 | 0.58 |
| Hex | 2E | F8 | 4D | 51 | 0 | 45 | 3 | 81 | 5E | 3A |
| Octal | 56 | 370 | 115 | 121 | 0 | 105 | 3 | 201 | 136 | 72 |
| Binary | 101110 | 11111000 | 1001101 | 1010001 | 0 | 1000101 | 11 | 10000001 | 1011110 | 111010 |
Color Harmonies of #2EF84D
Complementary color
Monochromatic Colors of #2EF84D
Black with #2EF84D
Text Example
Text Example
White with #2EF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF84D; }
p { color: rgb(46,248,77); }
H1.HeaderClassName
{
color: #2EF84D;
}
.AnyTagClassName
{
color: #2EF84D;
}
</style>
background-color css
<style>
a { background-color: #2EF84D; }
a { background-color: rgb(46,248,77); }
div.DivClassName
{
background-color: #2EF84D;
}
.BgClassName
{
background-color: #2EF84D;
}
</style>
border-color css
<style>
span { border-color: #2EF84D; }
span { border-color: rgb(46,248,77); }
td.TdClassName
{
border-color: #2EF84D;
}
.TagClassName
{
border-color: #2EF84D;
}
</style>