Shades of Malachite #2EE465
Tints of Malachite #2EE465
RGB
CMYK
RGB Variations
Color information
#2EE465 (or 0x2EE465) is known color: Malachite. HEX triplet: 2E, E4 and 65. RGB value is (46,228,101). Sum of RGB (Red+Green+Blue) = 46+228+101=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 228 (89.45% from 255 or 60.8% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE465 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE465 is #D11B9A. Grayscale: #9F9F9F. Windows color (decimal): -13704091 or 6677550. OLE color: 6677550.
HSL color Cylindrical-coordinate representation of color #2EE465: hue angle of 138.13º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE465 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 101 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.11 |
| HSL | 138.13º | 0.77% | 0.54% | - |
| HSV(B) | 138.13º | 0.8% | 0.89% | - |
| XYZ | 31.22 | 57.01 | 21.67 | - |
| YUV | 159.1 | 95.2 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 101 | 0.80 | 0 | 0.56 | 0.11 | 138.13 | 0.77 | 0.54 |
| Hex | 2E | E4 | 65 | 50 | 0 | 38 | B | 8A | 4D | 36 |
| Octal | 56 | 344 | 145 | 120 | 0 | 70 | 13 | 212 | 115 | 66 |
| Binary | 101110 | 11100100 | 1100101 | 1010000 | 0 | 111000 | 1011 | 10001010 | 1001101 | 110110 |
Color Harmonies of #2EE465
Complementary color
Monochromatic Colors of #2EE465
Black with #2EE465
Text Example
Text Example
White with #2EE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE465; }
p { color: rgb(46,228,101); }
H1.HeaderClassName
{
color: #2EE465;
}
.AnyTagClassName
{
color: #2EE465;
}
</style>
background-color css
<style>
a { background-color: #2EE465; }
a { background-color: rgb(46,228,101); }
div.DivClassName
{
background-color: #2EE465;
}
.BgClassName
{
background-color: #2EE465;
}
</style>
border-color css
<style>
span { border-color: #2EE465; }
span { border-color: rgb(46,228,101); }
td.TdClassName
{
border-color: #2EE465;
}
.TagClassName
{
border-color: #2EE465;
}
</style>