Shades of Malachite #2EEA61
Tints of Malachite #2EEA61
RGB
CMYK
RGB Variations
Color information
#2EEA61 (or 0x2EEA61) is known color: Malachite. HEX triplet: 2E, EA and 61. RGB value is (46,234,97). Sum of RGB (Red+Green+Blue) = 46+234+97=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 234 (91.80% from 255 or 62.07% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA61 is #D1159E. Grayscale: #A2A2A2. Windows color (decimal): -13702559 or 6416942. OLE color: 6416942.
HSL color Cylindrical-coordinate representation of color #2EEA61: hue angle of 136.28º 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 #2EEA61 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 97 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.08 |
| HSL | 136.28º | 0.82% | 0.55% | - |
| HSV(B) | 136.28º | 0.8% | 0.92% | - |
| XYZ | 32.71 | 60.29 | 21.22 | - |
| YUV | 162.17 | 91.22 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 97 | 0.80 | 0 | 0.59 | 0.08 | 136.28 | 0.82 | 0.55 |
| Hex | 2E | EA | 61 | 50 | 0 | 3B | 8 | 88 | 52 | 37 |
| Octal | 56 | 352 | 141 | 120 | 0 | 73 | 10 | 210 | 122 | 67 |
| Binary | 101110 | 11101010 | 1100001 | 1010000 | 0 | 111011 | 1000 | 10001000 | 1010010 | 110111 |
Color Harmonies of #2EEA61
Complementary color
Monochromatic Colors of #2EEA61
Black with #2EEA61
Text Example
Text Example
White with #2EEA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA61; }
p { color: rgb(46,234,97); }
H1.HeaderClassName
{
color: #2EEA61;
}
.AnyTagClassName
{
color: #2EEA61;
}
</style>
background-color css
<style>
a { background-color: #2EEA61; }
a { background-color: rgb(46,234,97); }
div.DivClassName
{
background-color: #2EEA61;
}
.BgClassName
{
background-color: #2EEA61;
}
</style>
border-color css
<style>
span { border-color: #2EEA61; }
span { border-color: rgb(46,234,97); }
td.TdClassName
{
border-color: #2EEA61;
}
.TagClassName
{
border-color: #2EEA61;
}
</style>