Shades of Malachite #2EEE70
Tints of Malachite #2EEE70
RGB
CMYK
RGB Variations
Color information
#2EEE70 (or 0x2EEE70) is known color: Malachite. HEX triplet: 2E, EE and 70. RGB value is (46,238,112). Sum of RGB (Red+Green+Blue) = 46+238+112=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 238 (93.36% from 255 or 60.10% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEE70 is #D1118F. Grayscale: #A6A6A6. Windows color (decimal): -13701520 or 7401006. OLE color: 7401006.
HSL color Cylindrical-coordinate representation of color #2EEE70: hue angle of 140.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEE70 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 112 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.07 |
| HSL | 140.63º | 0.85% | 0.56% | - |
| HSV(B) | 140.63º | 0.81% | 0.93% | - |
| XYZ | 34.63 | 62.9 | 25.65 | - |
| YUV | 166.23 | 97.39 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 112 | 0.81 | 0 | 0.53 | 0.07 | 140.63 | 0.85 | 0.56 |
| Hex | 2E | EE | 70 | 51 | 0 | 35 | 7 | 8D | 55 | 38 |
| Octal | 56 | 356 | 160 | 121 | 0 | 65 | 7 | 215 | 125 | 70 |
| Binary | 101110 | 11101110 | 1110000 | 1010001 | 0 | 110101 | 111 | 10001101 | 1010101 | 111000 |
Color Harmonies of #2EEE70
Complementary color
Monochromatic Colors of #2EEE70
Black with #2EEE70
Text Example
Text Example
White with #2EEE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE70; }
p { color: rgb(46,238,112); }
H1.HeaderClassName
{
color: #2EEE70;
}
.AnyTagClassName
{
color: #2EEE70;
}
</style>
background-color css
<style>
a { background-color: #2EEE70; }
a { background-color: rgb(46,238,112); }
div.DivClassName
{
background-color: #2EEE70;
}
.BgClassName
{
background-color: #2EEE70;
}
</style>
border-color css
<style>
span { border-color: #2EEE70; }
span { border-color: rgb(46,238,112); }
td.TdClassName
{
border-color: #2EEE70;
}
.TagClassName
{
border-color: #2EEE70;
}
</style>