Shades of Malachite #2EE86B
Tints of Malachite #2EE86B
RGB
CMYK
RGB Variations
Color information
#2EE86B (or 0x2EE86B) is known color: Malachite. HEX triplet: 2E, E8 and 6B. RGB value is (46,232,107). Sum of RGB (Red+Green+Blue) = 46+232+107=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 232 (91.02% from 255 or 60.26% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE86B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE86B is #D11794. Grayscale: #A2A2A2. Windows color (decimal): -13703061 or 7071790. OLE color: 7071790.
HSL color Cylindrical-coordinate representation of color #2EE86B: hue angle of 139.68º degrees, saturation: 0.8, 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 #2EE86B is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 107 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.09 |
| HSL | 139.68º | 0.8% | 0.55% | - |
| HSV(B) | 139.68º | 0.8% | 0.91% | - |
| XYZ | 32.64 | 59.36 | 23.65 | - |
| YUV | 162.14 | 96.88 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 107 | 0.80 | 0 | 0.54 | 0.09 | 139.68 | 0.8 | 0.55 |
| Hex | 2E | E8 | 6B | 50 | 0 | 36 | 9 | 8C | 50 | 37 |
| Octal | 56 | 350 | 153 | 120 | 0 | 66 | 11 | 214 | 120 | 67 |
| Binary | 101110 | 11101000 | 1101011 | 1010000 | 0 | 110110 | 1001 | 10001100 | 1010000 | 110111 |
Color Harmonies of #2EE86B
Complementary color
Monochromatic Colors of #2EE86B
Black with #2EE86B
Text Example
Text Example
White with #2EE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE86B; }
p { color: rgb(46,232,107); }
H1.HeaderClassName
{
color: #2EE86B;
}
.AnyTagClassName
{
color: #2EE86B;
}
</style>
background-color css
<style>
a { background-color: #2EE86B; }
a { background-color: rgb(46,232,107); }
div.DivClassName
{
background-color: #2EE86B;
}
.BgClassName
{
background-color: #2EE86B;
}
</style>
border-color css
<style>
span { border-color: #2EE86B; }
span { border-color: rgb(46,232,107); }
td.TdClassName
{
border-color: #2EE86B;
}
.TagClassName
{
border-color: #2EE86B;
}
</style>