Shades of Malachite #2EEE62
Tints of Malachite #2EEE62
RGB
CMYK
RGB Variations
Color information
#2EEE62 (or 0x2EEE62) is known color: Malachite. HEX triplet: 2E, EE and 62. RGB value is (46,238,98). Sum of RGB (Red+Green+Blue) = 46+238+98=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 238 (93.36% from 255 or 62.30% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEE62 is #D1119D. Grayscale: #A5A5A5. Windows color (decimal): -13701534 or 6483502. OLE color: 6483502.
HSL color Cylindrical-coordinate representation of color #2EEE62: hue angle of 136.25º 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 #2EEE62 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 98 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.07 |
| HSL | 136.25º | 0.85% | 0.56% | - |
| HSV(B) | 136.25º | 0.81% | 0.93% | - |
| XYZ | 33.91 | 62.61 | 21.85 | - |
| YUV | 164.63 | 90.39 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 98 | 0.81 | 0 | 0.59 | 0.07 | 136.25 | 0.85 | 0.56 |
| Hex | 2E | EE | 62 | 51 | 0 | 3B | 7 | 88 | 55 | 38 |
| Octal | 56 | 356 | 142 | 121 | 0 | 73 | 7 | 210 | 125 | 70 |
| Binary | 101110 | 11101110 | 1100010 | 1010001 | 0 | 111011 | 111 | 10001000 | 1010101 | 111000 |
Color Harmonies of #2EEE62
Complementary color
Monochromatic Colors of #2EEE62
Black with #2EEE62
Text Example
Text Example
White with #2EEE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE62; }
p { color: rgb(46,238,98); }
H1.HeaderClassName
{
color: #2EEE62;
}
.AnyTagClassName
{
color: #2EEE62;
}
</style>
background-color css
<style>
a { background-color: #2EEE62; }
a { background-color: rgb(46,238,98); }
div.DivClassName
{
background-color: #2EEE62;
}
.BgClassName
{
background-color: #2EEE62;
}
</style>
border-color css
<style>
span { border-color: #2EEE62; }
span { border-color: rgb(46,238,98); }
td.TdClassName
{
border-color: #2EEE62;
}
.TagClassName
{
border-color: #2EEE62;
}
</style>