Shades of Malachite #2EE265
Tints of Malachite #2EE265
RGB
CMYK
RGB Variations
Color information
#2EE265 (or 0x2EE265) is known color: Malachite. HEX triplet: 2E, E2 and 65. RGB value is (46,226,101). Sum of RGB (Red+Green+Blue) = 46+226+101=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 226 (88.67% from 255 or 60.59% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE265 is #D11D9A. Grayscale: #9E9E9E. Windows color (decimal): -13704603 or 6677038. OLE color: 6677038.
HSL color Cylindrical-coordinate representation of color #2EE265: hue angle of 138.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE265 is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 101 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.11 |
| HSL | 138.33º | 0.76% | 0.53% | - |
| HSV(B) | 138.33º | 0.8% | 0.89% | - |
| XYZ | 30.67 | 55.91 | 21.49 | - |
| YUV | 157.93 | 95.87 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 101 | 0.80 | 0 | 0.55 | 0.11 | 138.33 | 0.76 | 0.53 |
| Hex | 2E | E2 | 65 | 50 | 0 | 37 | B | 8A | 4C | 35 |
| Octal | 56 | 342 | 145 | 120 | 0 | 67 | 13 | 212 | 114 | 65 |
| Binary | 101110 | 11100010 | 1100101 | 1010000 | 0 | 110111 | 1011 | 10001010 | 1001100 | 110101 |
Color Harmonies of #2EE265
Complementary color
Monochromatic Colors of #2EE265
Black with #2EE265
Text Example
Text Example
White with #2EE265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE265; }
p { color: rgb(46,226,101); }
H1.HeaderClassName
{
color: #2EE265;
}
.AnyTagClassName
{
color: #2EE265;
}
</style>
background-color css
<style>
a { background-color: #2EE265; }
a { background-color: rgb(46,226,101); }
div.DivClassName
{
background-color: #2EE265;
}
.BgClassName
{
background-color: #2EE265;
}
</style>
border-color css
<style>
span { border-color: #2EE265; }
span { border-color: rgb(46,226,101); }
td.TdClassName
{
border-color: #2EE265;
}
.TagClassName
{
border-color: #2EE265;
}
</style>