Shades of Malachite #2EE263
Tints of Malachite #2EE263
RGB
CMYK
RGB Variations
Color information
#2EE263 (or 0x2EE263) is known color: Malachite. HEX triplet: 2E, E2 and 63. RGB value is (46,226,99). Sum of RGB (Red+Green+Blue) = 46+226+99=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE263 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE263 is #D11D9C. Grayscale: #9E9E9E. Windows color (decimal): -13704605 or 6545966. OLE color: 6545966.
HSL color Cylindrical-coordinate representation of color #2EE263: hue angle of 137.67º 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 #2EE263 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 99 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.11 |
| HSL | 137.67º | 0.76% | 0.53% | - |
| HSV(B) | 137.67º | 0.8% | 0.89% | - |
| XYZ | 30.58 | 55.87 | 20.98 | - |
| YUV | 157.7 | 94.87 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 99 | 0.80 | 0 | 0.56 | 0.11 | 137.67 | 0.76 | 0.53 |
| Hex | 2E | E2 | 63 | 50 | 0 | 38 | B | 8A | 4C | 35 |
| Octal | 56 | 342 | 143 | 120 | 0 | 70 | 13 | 212 | 114 | 65 |
| Binary | 101110 | 11100010 | 1100011 | 1010000 | 0 | 111000 | 1011 | 10001010 | 1001100 | 110101 |
Color Harmonies of #2EE263
Complementary color
Monochromatic Colors of #2EE263
Black with #2EE263
Text Example
Text Example
White with #2EE263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE263; }
p { color: rgb(46,226,99); }
H1.HeaderClassName
{
color: #2EE263;
}
.AnyTagClassName
{
color: #2EE263;
}
</style>
background-color css
<style>
a { background-color: #2EE263; }
a { background-color: rgb(46,226,99); }
div.DivClassName
{
background-color: #2EE263;
}
.BgClassName
{
background-color: #2EE263;
}
</style>
border-color css
<style>
span { border-color: #2EE263; }
span { border-color: rgb(46,226,99); }
td.TdClassName
{
border-color: #2EE263;
}
.TagClassName
{
border-color: #2EE263;
}
</style>