Shades of Malachite #2EEA6D
Tints of Malachite #2EEA6D
RGB
CMYK
RGB Variations
Color information
#2EEA6D (or 0x2EEA6D) is known color: Malachite. HEX triplet: 2E, EA and 6D. RGB value is (46,234,109). Sum of RGB (Red+Green+Blue) = 46+234+109=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 234 (91.80% from 255 or 60.15% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA6D is #D11592. Grayscale: #A3A3A3. Windows color (decimal): -13702547 or 7203374. OLE color: 7203374.
HSL color Cylindrical-coordinate representation of color #2EEA6D: hue angle of 140.11º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEA6D is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 109 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.08 |
| HSL | 140.11º | 0.82% | 0.55% | - |
| HSV(B) | 140.11º | 0.8% | 0.92% | - |
| XYZ | 33.31 | 60.53 | 24.4 | - |
| YUV | 163.54 | 97.22 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 109 | 0.80 | 0 | 0.53 | 0.08 | 140.11 | 0.82 | 0.55 |
| Hex | 2E | EA | 6D | 50 | 0 | 35 | 8 | 8C | 52 | 37 |
| Octal | 56 | 352 | 155 | 120 | 0 | 65 | 10 | 214 | 122 | 67 |
| Binary | 101110 | 11101010 | 1101101 | 1010000 | 0 | 110101 | 1000 | 10001100 | 1010010 | 110111 |
Color Harmonies of #2EEA6D
Complementary color
Monochromatic Colors of #2EEA6D
Black with #2EEA6D
Text Example
Text Example
White with #2EEA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA6D; }
p { color: rgb(46,234,109); }
H1.HeaderClassName
{
color: #2EEA6D;
}
.AnyTagClassName
{
color: #2EEA6D;
}
</style>
background-color css
<style>
a { background-color: #2EEA6D; }
a { background-color: rgb(46,234,109); }
div.DivClassName
{
background-color: #2EEA6D;
}
.BgClassName
{
background-color: #2EEA6D;
}
</style>
border-color css
<style>
span { border-color: #2EEA6D; }
span { border-color: rgb(46,234,109); }
td.TdClassName
{
border-color: #2EEA6D;
}
.TagClassName
{
border-color: #2EEA6D;
}
</style>