Shades of Malachite #2EE665
Tints of Malachite #2EE665
RGB
CMYK
RGB Variations
Color information
#2EE665 (or 0x2EE665) is known color: Malachite. HEX triplet: 2E, E6 and 65. RGB value is (46,230,101). Sum of RGB (Red+Green+Blue) = 46+230+101=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 230 (90.23% from 255 or 61.01% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE665 is #D1199A. Grayscale: #A0A0A0. Windows color (decimal): -13703579 or 6678062. OLE color: 6678062.
HSL color Cylindrical-coordinate representation of color #2EE665: hue angle of 137.93º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE665 is Cyan = 0.8, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 101 | - |
| CMYK | 0.8 | 0 | 0.56 | 0.10 |
| HSL | 137.93º | 0.79% | 0.54% | - |
| HSV(B) | 137.93º | 0.8% | 0.9% | - |
| XYZ | 31.77 | 58.11 | 21.85 | - |
| YUV | 160.28 | 94.54 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 101 | 0.8 | 0 | 0.56 | 0.10 | 137.93 | 0.79 | 0.54 |
| Hex | 2E | E6 | 65 | 50 | 0 | 38 | A | 8A | 4F | 36 |
| Octal | 56 | 346 | 145 | 120 | 0 | 70 | 12 | 212 | 117 | 66 |
| Binary | 101110 | 11100110 | 1100101 | 1010000 | 0 | 111000 | 1010 | 10001010 | 1001111 | 110110 |
Color Harmonies of #2EE665
Complementary color
Monochromatic Colors of #2EE665
Black with #2EE665
Text Example
Text Example
White with #2EE665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE665; }
p { color: rgb(46,230,101); }
H1.HeaderClassName
{
color: #2EE665;
}
.AnyTagClassName
{
color: #2EE665;
}
</style>
background-color css
<style>
a { background-color: #2EE665; }
a { background-color: rgb(46,230,101); }
div.DivClassName
{
background-color: #2EE665;
}
.BgClassName
{
background-color: #2EE665;
}
</style>
border-color css
<style>
span { border-color: #2EE665; }
span { border-color: rgb(46,230,101); }
td.TdClassName
{
border-color: #2EE665;
}
.TagClassName
{
border-color: #2EE665;
}
</style>