Shades of Malachite #2EE953
Tints of Malachite #2EE953
RGB
CMYK
RGB Variations
Color information
#2EE953 (or 0x2EE953) is known color: Malachite. HEX triplet: 2E, E9 and 53. RGB value is (46,233,83). Sum of RGB (Red+Green+Blue) = 46+233+83=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 233 (91.41% from 255 or 64.36% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE953 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE953 is #D116AC. Grayscale: #A0A0A0. Windows color (decimal): -13702829 or 5499182. OLE color: 5499182.
HSL color Cylindrical-coordinate representation of color #2EE953: hue angle of 131.87º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE953 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 83 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.09 |
| HSL | 131.87º | 0.81% | 0.55% | - |
| HSV(B) | 131.87º | 0.8% | 0.91% | - |
| XYZ | 31.83 | 59.48 | 17.99 | - |
| YUV | 159.99 | 84.55 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 83 | 0.80 | 0 | 0.64 | 0.09 | 131.87 | 0.81 | 0.55 |
| Hex | 2E | E9 | 53 | 50 | 0 | 40 | 9 | 84 | 51 | 37 |
| Octal | 56 | 351 | 123 | 120 | 0 | 100 | 11 | 204 | 121 | 67 |
| Binary | 101110 | 11101001 | 1010011 | 1010000 | 0 | 1000000 | 1001 | 10000100 | 1010001 | 110111 |
Color Harmonies of #2EE953
Complementary color
Monochromatic Colors of #2EE953
Black with #2EE953
Text Example
Text Example
White with #2EE953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE953; }
p { color: rgb(46,233,83); }
H1.HeaderClassName
{
color: #2EE953;
}
.AnyTagClassName
{
color: #2EE953;
}
</style>
background-color css
<style>
a { background-color: #2EE953; }
a { background-color: rgb(46,233,83); }
div.DivClassName
{
background-color: #2EE953;
}
.BgClassName
{
background-color: #2EE953;
}
</style>
border-color css
<style>
span { border-color: #2EE953; }
span { border-color: rgb(46,233,83); }
td.TdClassName
{
border-color: #2EE953;
}
.TagClassName
{
border-color: #2EE953;
}
</style>