Shades of Malachite #2EDF5A
Tints of Malachite #2EDF5A
RGB
CMYK
RGB Variations
Color information
#2EDF5A (or 0x2EDF5A) is known color: Malachite. HEX triplet: 2E, DF and 5A. RGB value is (46,223,90). Sum of RGB (Red+Green+Blue) = 46+223+90=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF5A is #D120A5. Grayscale: #9B9B9B. Windows color (decimal): -13705382 or 5955374. OLE color: 5955374.
HSL color Cylindrical-coordinate representation of color #2EDF5A: hue angle of 134.92º 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 #2EDF5A is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 90 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.13 |
| HSL | 134.92º | 0.73% | 0.53% | - |
| HSV(B) | 134.92º | 0.79% | 0.87% | - |
| XYZ | 29.36 | 54.09 | 18.57 | - |
| YUV | 154.92 | 91.36 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 90 | 0.79 | 0 | 0.60 | 0.13 | 134.92 | 0.73 | 0.53 |
| Hex | 2E | DF | 5A | 4F | 0 | 3C | D | 87 | 49 | 35 |
| Octal | 56 | 337 | 132 | 117 | 0 | 74 | 15 | 207 | 111 | 65 |
| Binary | 101110 | 11011111 | 1011010 | 1001111 | 0 | 111100 | 1101 | 10000111 | 1001001 | 110101 |
Color Harmonies of #2EDF5A
Complementary color
Monochromatic Colors of #2EDF5A
Black with #2EDF5A
Text Example
Text Example
White with #2EDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF5A; }
p { color: rgb(46,223,90); }
H1.HeaderClassName
{
color: #2EDF5A;
}
.AnyTagClassName
{
color: #2EDF5A;
}
</style>
background-color css
<style>
a { background-color: #2EDF5A; }
a { background-color: rgb(46,223,90); }
div.DivClassName
{
background-color: #2EDF5A;
}
.BgClassName
{
background-color: #2EDF5A;
}
</style>
border-color css
<style>
span { border-color: #2EDF5A; }
span { border-color: rgb(46,223,90); }
td.TdClassName
{
border-color: #2EDF5A;
}
.TagClassName
{
border-color: #2EDF5A;
}
</style>