Shades of Malachite #2EF14D
Tints of Malachite #2EF14D
RGB
CMYK
RGB Variations
Color information
#2EF14D (or 0x2EF14D) is known color: Malachite. HEX triplet: 2E, F1 and 4D. RGB value is (46,241,77). Sum of RGB (Red+Green+Blue) = 46+241+77=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 241 (94.53% from 255 or 66.21% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF14D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF14D is #D10EB2. Grayscale: #A4A4A4. Windows color (decimal): -13700787 or 5108014. OLE color: 5108014.
HSL color Cylindrical-coordinate representation of color #2EF14D: hue angle of 129.54º degrees, saturation: 0.87, 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 #2EF14D is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 77 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.05 |
| HSL | 129.54º | 0.87% | 0.56% | - |
| HSV(B) | 129.54º | 0.81% | 0.95% | - |
| XYZ | 33.92 | 64.03 | 17.59 | - |
| YUV | 164 | 78.9 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 77 | 0.81 | 0 | 0.68 | 0.05 | 129.54 | 0.87 | 0.56 |
| Hex | 2E | F1 | 4D | 51 | 0 | 44 | 5 | 82 | 57 | 38 |
| Octal | 56 | 361 | 115 | 121 | 0 | 104 | 5 | 202 | 127 | 70 |
| Binary | 101110 | 11110001 | 1001101 | 1010001 | 0 | 1000100 | 101 | 10000010 | 1010111 | 111000 |
Color Harmonies of #2EF14D
Complementary color
Monochromatic Colors of #2EF14D
Black with #2EF14D
Text Example
Text Example
White with #2EF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF14D; }
p { color: rgb(46,241,77); }
H1.HeaderClassName
{
color: #2EF14D;
}
.AnyTagClassName
{
color: #2EF14D;
}
</style>
background-color css
<style>
a { background-color: #2EF14D; }
a { background-color: rgb(46,241,77); }
div.DivClassName
{
background-color: #2EF14D;
}
.BgClassName
{
background-color: #2EF14D;
}
</style>
border-color css
<style>
span { border-color: #2EF14D; }
span { border-color: rgb(46,241,77); }
td.TdClassName
{
border-color: #2EF14D;
}
.TagClassName
{
border-color: #2EF14D;
}
</style>