Shades of Malachite #2EEF61
Tints of Malachite #2EEF61
RGB
CMYK
RGB Variations
Color information
#2EEF61 (or 0x2EEF61) is known color: Malachite. HEX triplet: 2E, EF and 61. RGB value is (46,239,97). Sum of RGB (Red+Green+Blue) = 46+239+97=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 239 (93.75% from 255 or 62.57% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEF61 is #D1109E. Grayscale: #A5A5A5. Windows color (decimal): -13701279 or 6418222. OLE color: 6418222.
HSL color Cylindrical-coordinate representation of color #2EEF61: hue angle of 135.85º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF61 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 97 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.06 |
| HSL | 135.85º | 0.86% | 0.56% | - |
| HSV(B) | 135.85º | 0.81% | 0.94% | - |
| XYZ | 34.15 | 63.18 | 21.7 | - |
| YUV | 165.11 | 89.56 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 97 | 0.81 | 0 | 0.59 | 0.06 | 135.85 | 0.86 | 0.56 |
| Hex | 2E | EF | 61 | 51 | 0 | 3B | 6 | 88 | 56 | 38 |
| Octal | 56 | 357 | 141 | 121 | 0 | 73 | 6 | 210 | 126 | 70 |
| Binary | 101110 | 11101111 | 1100001 | 1010001 | 0 | 111011 | 110 | 10001000 | 1010110 | 111000 |
Color Harmonies of #2EEF61
Complementary color
Monochromatic Colors of #2EEF61
Black with #2EEF61
Text Example
Text Example
White with #2EEF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF61; }
p { color: rgb(46,239,97); }
H1.HeaderClassName
{
color: #2EEF61;
}
.AnyTagClassName
{
color: #2EEF61;
}
</style>
background-color css
<style>
a { background-color: #2EEF61; }
a { background-color: rgb(46,239,97); }
div.DivClassName
{
background-color: #2EEF61;
}
.BgClassName
{
background-color: #2EEF61;
}
</style>
border-color css
<style>
span { border-color: #2EEF61; }
span { border-color: rgb(46,239,97); }
td.TdClassName
{
border-color: #2EEF61;
}
.TagClassName
{
border-color: #2EEF61;
}
</style>