Shades of Malachite #2EE05C
Tints of Malachite #2EE05C
RGB
CMYK
RGB Variations
Color information
#2EE05C (or 0x2EE05C) is known color: Malachite. HEX triplet: 2E, E0 and 5C. RGB value is (46,224,92). Sum of RGB (Red+Green+Blue) = 46+224+92=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 224 (87.89% from 255 or 61.88% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE05C is #D11FA3. Grayscale: #9C9C9C. Windows color (decimal): -13705124 or 6086702. OLE color: 6086702.
HSL color Cylindrical-coordinate representation of color #2EE05C: hue angle of 135.51º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE05C is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 92 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.12 |
| HSL | 135.51º | 0.74% | 0.53% | - |
| HSV(B) | 135.51º | 0.79% | 0.88% | - |
| XYZ | 29.71 | 54.66 | 19.11 | - |
| YUV | 155.73 | 92.03 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 92 | 0.79 | 0 | 0.59 | 0.12 | 135.51 | 0.74 | 0.53 |
| Hex | 2E | E0 | 5C | 4F | 0 | 3B | C | 88 | 4A | 35 |
| Octal | 56 | 340 | 134 | 117 | 0 | 73 | 14 | 210 | 112 | 65 |
| Binary | 101110 | 11100000 | 1011100 | 1001111 | 0 | 111011 | 1100 | 10001000 | 1001010 | 110101 |
Color Harmonies of #2EE05C
Complementary color
Monochromatic Colors of #2EE05C
Black with #2EE05C
Text Example
Text Example
White with #2EE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE05C; }
p { color: rgb(46,224,92); }
H1.HeaderClassName
{
color: #2EE05C;
}
.AnyTagClassName
{
color: #2EE05C;
}
</style>
background-color css
<style>
a { background-color: #2EE05C; }
a { background-color: rgb(46,224,92); }
div.DivClassName
{
background-color: #2EE05C;
}
.BgClassName
{
background-color: #2EE05C;
}
</style>
border-color css
<style>
span { border-color: #2EE05C; }
span { border-color: rgb(46,224,92); }
td.TdClassName
{
border-color: #2EE05C;
}
.TagClassName
{
border-color: #2EE05C;
}
</style>