Shades of Malachite #2EDE62
Tints of Malachite #2EDE62
RGB
CMYK
RGB Variations
Color information
#2EDE62 (or 0x2EDE62) is known color: Malachite. HEX triplet: 2E, DE and 62. RGB value is (46,222,98). Sum of RGB (Red+Green+Blue) = 46+222+98=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 222 (87.11% from 255 or 60.66% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE62 is #D1219D. Grayscale: #9B9B9B. Windows color (decimal): -13705630 or 6479406. OLE color: 6479406.
HSL color Cylindrical-coordinate representation of color #2EDE62: hue angle of 137.73º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE62 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 98 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.13 |
| HSL | 137.73º | 0.73% | 0.53% | - |
| HSV(B) | 137.73º | 0.79% | 0.87% | - |
| XYZ | 29.45 | 53.71 | 20.37 | - |
| YUV | 155.24 | 95.69 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 98 | 0.79 | 0 | 0.56 | 0.13 | 137.73 | 0.73 | 0.53 |
| Hex | 2E | DE | 62 | 4F | 0 | 38 | D | 8A | 49 | 35 |
| Octal | 56 | 336 | 142 | 117 | 0 | 70 | 15 | 212 | 111 | 65 |
| Binary | 101110 | 11011110 | 1100010 | 1001111 | 0 | 111000 | 1101 | 10001010 | 1001001 | 110101 |
Color Harmonies of #2EDE62
Complementary color
Monochromatic Colors of #2EDE62
Black with #2EDE62
Text Example
Text Example
White with #2EDE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE62; }
p { color: rgb(46,222,98); }
H1.HeaderClassName
{
color: #2EDE62;
}
.AnyTagClassName
{
color: #2EDE62;
}
</style>
background-color css
<style>
a { background-color: #2EDE62; }
a { background-color: rgb(46,222,98); }
div.DivClassName
{
background-color: #2EDE62;
}
.BgClassName
{
background-color: #2EDE62;
}
</style>
border-color css
<style>
span { border-color: #2EDE62; }
span { border-color: rgb(46,222,98); }
td.TdClassName
{
border-color: #2EDE62;
}
.TagClassName
{
border-color: #2EDE62;
}
</style>