Shades of Malachite #2EE96B
Tints of Malachite #2EE96B
RGB
CMYK
RGB Variations
Color information
#2EE96B (or 0x2EE96B) is known color: Malachite. HEX triplet: 2E, E9 and 6B. RGB value is (46,233,107). Sum of RGB (Red+Green+Blue) = 46+233+107=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 233 (91.41% from 255 or 60.36% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE96B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE96B is #D11694. Grayscale: #A3A3A3. Windows color (decimal): -13702805 or 7072046. OLE color: 7072046.
HSL color Cylindrical-coordinate representation of color #2EE96B: hue angle of 139.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE96B is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 107 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.09 |
| HSL | 139.57º | 0.81% | 0.55% | - |
| HSV(B) | 139.57º | 0.8% | 0.91% | - |
| XYZ | 32.92 | 59.92 | 23.74 | - |
| YUV | 162.72 | 96.55 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 107 | 0.80 | 0 | 0.54 | 0.09 | 139.57 | 0.81 | 0.55 |
| Hex | 2E | E9 | 6B | 50 | 0 | 36 | 9 | 8C | 51 | 37 |
| Octal | 56 | 351 | 153 | 120 | 0 | 66 | 11 | 214 | 121 | 67 |
| Binary | 101110 | 11101001 | 1101011 | 1010000 | 0 | 110110 | 1001 | 10001100 | 1010001 | 110111 |
Color Harmonies of #2EE96B
Complementary color
Monochromatic Colors of #2EE96B
Black with #2EE96B
Text Example
Text Example
White with #2EE96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE96B; }
p { color: rgb(46,233,107); }
H1.HeaderClassName
{
color: #2EE96B;
}
.AnyTagClassName
{
color: #2EE96B;
}
</style>
background-color css
<style>
a { background-color: #2EE96B; }
a { background-color: rgb(46,233,107); }
div.DivClassName
{
background-color: #2EE96B;
}
.BgClassName
{
background-color: #2EE96B;
}
</style>
border-color css
<style>
span { border-color: #2EE96B; }
span { border-color: rgb(46,233,107); }
td.TdClassName
{
border-color: #2EE96B;
}
.TagClassName
{
border-color: #2EE96B;
}
</style>