Shades of Malachite #2EE55C
Tints of Malachite #2EE55C
RGB
CMYK
RGB Variations
Color information
#2EE55C (or 0x2EE55C) is known color: Malachite. HEX triplet: 2E, E5 and 5C. RGB value is (46,229,92). Sum of RGB (Red+Green+Blue) = 46+229+92=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 229 (89.84% from 255 or 62.40% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE55C is #D11AA3. Grayscale: #9F9F9F. Windows color (decimal): -13703844 or 6087982. OLE color: 6087982.
HSL color Cylindrical-coordinate representation of color #2EE55C: hue angle of 135.08º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE55C is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 92 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.10 |
| HSL | 135.08º | 0.78% | 0.54% | - |
| HSV(B) | 135.08º | 0.8% | 0.9% | - |
| XYZ | 31.08 | 57.39 | 19.57 | - |
| YUV | 158.67 | 90.37 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 92 | 0.80 | 0 | 0.60 | 0.10 | 135.08 | 0.78 | 0.54 |
| Hex | 2E | E5 | 5C | 50 | 0 | 3C | A | 87 | 4E | 36 |
| Octal | 56 | 345 | 134 | 120 | 0 | 74 | 12 | 207 | 116 | 66 |
| Binary | 101110 | 11100101 | 1011100 | 1010000 | 0 | 111100 | 1010 | 10000111 | 1001110 | 110110 |
Color Harmonies of #2EE55C
Complementary color
Monochromatic Colors of #2EE55C
Black with #2EE55C
Text Example
Text Example
White with #2EE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE55C; }
p { color: rgb(46,229,92); }
H1.HeaderClassName
{
color: #2EE55C;
}
.AnyTagClassName
{
color: #2EE55C;
}
</style>
background-color css
<style>
a { background-color: #2EE55C; }
a { background-color: rgb(46,229,92); }
div.DivClassName
{
background-color: #2EE55C;
}
.BgClassName
{
background-color: #2EE55C;
}
</style>
border-color css
<style>
span { border-color: #2EE55C; }
span { border-color: rgb(46,229,92); }
td.TdClassName
{
border-color: #2EE55C;
}
.TagClassName
{
border-color: #2EE55C;
}
</style>