Shades of Malachite #2EE154
Tints of Malachite #2EE154
RGB
CMYK
RGB Variations
Color information
#2EE154 (or 0x2EE154) is known color: Malachite. HEX triplet: 2E, E1 and 54. RGB value is (46,225,84). Sum of RGB (Red+Green+Blue) = 46+225+84=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 225 (88.28% from 255 or 63.38% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE154 is #D11EAB. Grayscale: #9B9B9B. Windows color (decimal): -13704876 or 5562670. OLE color: 5562670.
HSL color Cylindrical-coordinate representation of color #2EE154: hue angle of 132.74º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE154 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 84 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.12 |
| HSL | 132.74º | 0.75% | 0.53% | - |
| HSV(B) | 132.74º | 0.8% | 0.88% | - |
| XYZ | 29.65 | 55.07 | 17.45 | - |
| YUV | 155.41 | 87.7 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 84 | 0.80 | 0 | 0.63 | 0.12 | 132.74 | 0.75 | 0.53 |
| Hex | 2E | E1 | 54 | 50 | 0 | 3F | C | 85 | 4B | 35 |
| Octal | 56 | 341 | 124 | 120 | 0 | 77 | 14 | 205 | 113 | 65 |
| Binary | 101110 | 11100001 | 1010100 | 1010000 | 0 | 111111 | 1100 | 10000101 | 1001011 | 110101 |
Color Harmonies of #2EE154
Complementary color
Monochromatic Colors of #2EE154
Black with #2EE154
Text Example
Text Example
White with #2EE154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE154; }
p { color: rgb(46,225,84); }
H1.HeaderClassName
{
color: #2EE154;
}
.AnyTagClassName
{
color: #2EE154;
}
</style>
background-color css
<style>
a { background-color: #2EE154; }
a { background-color: rgb(46,225,84); }
div.DivClassName
{
background-color: #2EE154;
}
.BgClassName
{
background-color: #2EE154;
}
</style>
border-color css
<style>
span { border-color: #2EE154; }
span { border-color: rgb(46,225,84); }
td.TdClassName
{
border-color: #2EE154;
}
.TagClassName
{
border-color: #2EE154;
}
</style>