Shades of Malachite #2EEE5E
Tints of Malachite #2EEE5E
RGB
CMYK
RGB Variations
Color information
#2EEE5E (or 0x2EEE5E) is known color: Malachite. HEX triplet: 2E, EE and 5E. RGB value is (46,238,94). Sum of RGB (Red+Green+Blue) = 46+238+94=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 238 (93.36% from 255 or 62.96% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEE5E is #D111A1. Grayscale: #A4A4A4. Windows color (decimal): -13701538 or 6221358. OLE color: 6221358.
HSL color Cylindrical-coordinate representation of color #2EEE5E: hue angle of 135º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEE5E is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 94 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.07 |
| HSL | 135º | 0.85% | 0.56% | - |
| HSV(B) | 135º | 0.81% | 0.93% | - |
| XYZ | 33.72 | 62.54 | 20.88 | - |
| YUV | 164.18 | 88.39 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 94 | 0.81 | 0 | 0.61 | 0.07 | 135 | 0.85 | 0.56 |
| Hex | 2E | EE | 5E | 51 | 0 | 3D | 7 | 87 | 55 | 38 |
| Octal | 56 | 356 | 136 | 121 | 0 | 75 | 7 | 207 | 125 | 70 |
| Binary | 101110 | 11101110 | 1011110 | 1010001 | 0 | 111101 | 111 | 10000111 | 1010101 | 111000 |
Color Harmonies of #2EEE5E
Complementary color
Monochromatic Colors of #2EEE5E
Black with #2EEE5E
Text Example
Text Example
White with #2EEE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE5E; }
p { color: rgb(46,238,94); }
H1.HeaderClassName
{
color: #2EEE5E;
}
.AnyTagClassName
{
color: #2EEE5E;
}
</style>
background-color css
<style>
a { background-color: #2EEE5E; }
a { background-color: rgb(46,238,94); }
div.DivClassName
{
background-color: #2EEE5E;
}
.BgClassName
{
background-color: #2EEE5E;
}
</style>
border-color css
<style>
span { border-color: #2EEE5E; }
span { border-color: rgb(46,238,94); }
td.TdClassName
{
border-color: #2EEE5E;
}
.TagClassName
{
border-color: #2EEE5E;
}
</style>