Shades of Malachite #2EEA4F
Tints of Malachite #2EEA4F
RGB
CMYK
RGB Variations
Color information
#2EEA4F (or 0x2EEA4F) is known color: Malachite. HEX triplet: 2E, EA and 4F. RGB value is (46,234,79). Sum of RGB (Red+Green+Blue) = 46+234+79=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 234 (91.80% from 255 or 65.18% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA4F is #D115B0. Grayscale: #A0A0A0. Windows color (decimal): -13702577 or 5237294. OLE color: 5237294.
HSL color Cylindrical-coordinate representation of color #2EEA4F: hue angle of 130.53º 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 #2EEA4F is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 79 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.08 |
| HSL | 130.53º | 0.82% | 0.55% | - |
| HSV(B) | 130.53º | 0.8% | 0.92% | - |
| XYZ | 31.96 | 59.99 | 17.29 | - |
| YUV | 160.12 | 82.22 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 79 | 0.80 | 0 | 0.66 | 0.08 | 130.53 | 0.82 | 0.55 |
| Hex | 2E | EA | 4F | 50 | 0 | 42 | 8 | 83 | 52 | 37 |
| Octal | 56 | 352 | 117 | 120 | 0 | 102 | 10 | 203 | 122 | 67 |
| Binary | 101110 | 11101010 | 1001111 | 1010000 | 0 | 1000010 | 1000 | 10000011 | 1010010 | 110111 |
Color Harmonies of #2EEA4F
Complementary color
Monochromatic Colors of #2EEA4F
Black with #2EEA4F
Text Example
Text Example
White with #2EEA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA4F; }
p { color: rgb(46,234,79); }
H1.HeaderClassName
{
color: #2EEA4F;
}
.AnyTagClassName
{
color: #2EEA4F;
}
</style>
background-color css
<style>
a { background-color: #2EEA4F; }
a { background-color: rgb(46,234,79); }
div.DivClassName
{
background-color: #2EEA4F;
}
.BgClassName
{
background-color: #2EEA4F;
}
</style>
border-color css
<style>
span { border-color: #2EEA4F; }
span { border-color: rgb(46,234,79); }
td.TdClassName
{
border-color: #2EEA4F;
}
.TagClassName
{
border-color: #2EEA4F;
}
</style>