Shades of Malachite #2EDF58
Tints of Malachite #2EDF58
RGB
CMYK
RGB Variations
Color information
#2EDF58 (or 0x2EDF58) is known color: Malachite. HEX triplet: 2E, DF and 58. RGB value is (46,223,88). Sum of RGB (Red+Green+Blue) = 46+223+88=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF58 is #D120A7. Grayscale: #9B9B9B. Windows color (decimal): -13705384 or 5824302. OLE color: 5824302.
HSL color Cylindrical-coordinate representation of color #2EDF58: hue angle of 134.24º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDF58 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 88 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.13 |
| HSL | 134.24º | 0.73% | 0.53% | - |
| HSV(B) | 134.24º | 0.79% | 0.87% | - |
| XYZ | 29.28 | 54.06 | 18.12 | - |
| YUV | 154.69 | 90.36 | 50.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 88 | 0.79 | 0 | 0.61 | 0.13 | 134.24 | 0.73 | 0.53 |
| Hex | 2E | DF | 58 | 4F | 0 | 3D | D | 86 | 49 | 35 |
| Octal | 56 | 337 | 130 | 117 | 0 | 75 | 15 | 206 | 111 | 65 |
| Binary | 101110 | 11011111 | 1011000 | 1001111 | 0 | 111101 | 1101 | 10000110 | 1001001 | 110101 |
Color Harmonies of #2EDF58
Complementary color
Monochromatic Colors of #2EDF58
Black with #2EDF58
Text Example
Text Example
White with #2EDF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF58; }
p { color: rgb(46,223,88); }
H1.HeaderClassName
{
color: #2EDF58;
}
.AnyTagClassName
{
color: #2EDF58;
}
</style>
background-color css
<style>
a { background-color: #2EDF58; }
a { background-color: rgb(46,223,88); }
div.DivClassName
{
background-color: #2EDF58;
}
.BgClassName
{
background-color: #2EDF58;
}
</style>
border-color css
<style>
span { border-color: #2EDF58; }
span { border-color: rgb(46,223,88); }
td.TdClassName
{
border-color: #2EDF58;
}
.TagClassName
{
border-color: #2EDF58;
}
</style>