Shades of Malachite #2EDE68
Tints of Malachite #2EDE68
RGB
CMYK
RGB Variations
Color information
#2EDE68 (or 0x2EDE68) is known color: Malachite. HEX triplet: 2E, DE and 68. RGB value is (46,222,104). Sum of RGB (Red+Green+Blue) = 46+222+104=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 222 (87.11% from 255 or 59.68% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE68 is #D12197. Grayscale: #9C9C9C. Windows color (decimal): -13705624 or 6872622. OLE color: 6872622.
HSL color Cylindrical-coordinate representation of color #2EDE68: hue angle of 139.77º 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 #2EDE68 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 104 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.13 |
| HSL | 139.77º | 0.73% | 0.53% | - |
| HSV(B) | 139.77º | 0.79% | 0.87% | - |
| XYZ | 29.75 | 53.82 | 21.92 | - |
| YUV | 155.92 | 98.69 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 104 | 0.79 | 0 | 0.53 | 0.13 | 139.77 | 0.73 | 0.53 |
| Hex | 2E | DE | 68 | 4F | 0 | 35 | D | 8C | 49 | 35 |
| Octal | 56 | 336 | 150 | 117 | 0 | 65 | 15 | 214 | 111 | 65 |
| Binary | 101110 | 11011110 | 1101000 | 1001111 | 0 | 110101 | 1101 | 10001100 | 1001001 | 110101 |
Color Harmonies of #2EDE68
Complementary color
Monochromatic Colors of #2EDE68
Black with #2EDE68
Text Example
Text Example
White with #2EDE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE68; }
p { color: rgb(46,222,104); }
H1.HeaderClassName
{
color: #2EDE68;
}
.AnyTagClassName
{
color: #2EDE68;
}
</style>
background-color css
<style>
a { background-color: #2EDE68; }
a { background-color: rgb(46,222,104); }
div.DivClassName
{
background-color: #2EDE68;
}
.BgClassName
{
background-color: #2EDE68;
}
</style>
border-color css
<style>
span { border-color: #2EDE68; }
span { border-color: rgb(46,222,104); }
td.TdClassName
{
border-color: #2EDE68;
}
.TagClassName
{
border-color: #2EDE68;
}
</style>