Shades of Malachite #2EE55F
Tints of Malachite #2EE55F
RGB
CMYK
RGB Variations
Color information
#2EE55F (or 0x2EE55F) is known color: Malachite. HEX triplet: 2E, E5 and 5F. RGB value is (46,229,95). Sum of RGB (Red+Green+Blue) = 46+229+95=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 229 (89.84% from 255 or 61.89% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE55F is #D11AA0. Grayscale: #9F9F9F. Windows color (decimal): -13703841 or 6284590. OLE color: 6284590.
HSL color Cylindrical-coordinate representation of color #2EE55F: hue angle of 136.07º 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 #2EE55F is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 95 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.10 |
| HSL | 136.07º | 0.78% | 0.54% | - |
| HSV(B) | 136.07º | 0.8% | 0.9% | - |
| XYZ | 31.21 | 57.45 | 20.27 | - |
| YUV | 159.01 | 91.87 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 95 | 0.80 | 0 | 0.59 | 0.10 | 136.07 | 0.78 | 0.54 |
| Hex | 2E | E5 | 5F | 50 | 0 | 3B | A | 88 | 4E | 36 |
| Octal | 56 | 345 | 137 | 120 | 0 | 73 | 12 | 210 | 116 | 66 |
| Binary | 101110 | 11100101 | 1011111 | 1010000 | 0 | 111011 | 1010 | 10001000 | 1001110 | 110110 |
Color Harmonies of #2EE55F
Complementary color
Monochromatic Colors of #2EE55F
Black with #2EE55F
Text Example
Text Example
White with #2EE55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE55F; }
p { color: rgb(46,229,95); }
H1.HeaderClassName
{
color: #2EE55F;
}
.AnyTagClassName
{
color: #2EE55F;
}
</style>
background-color css
<style>
a { background-color: #2EE55F; }
a { background-color: rgb(46,229,95); }
div.DivClassName
{
background-color: #2EE55F;
}
.BgClassName
{
background-color: #2EE55F;
}
</style>
border-color css
<style>
span { border-color: #2EE55F; }
span { border-color: rgb(46,229,95); }
td.TdClassName
{
border-color: #2EE55F;
}
.TagClassName
{
border-color: #2EE55F;
}
</style>