Shades of Malachite #2EE66C
Tints of Malachite #2EE66C
RGB
CMYK
RGB Variations
Color information
#2EE66C (or 0x2EE66C) is known color: Malachite. HEX triplet: 2E, E6 and 6C. RGB value is (46,230,108). Sum of RGB (Red+Green+Blue) = 46+230+108=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 230 (90.23% from 255 or 59.90% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE66C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE66C is #D11993. Grayscale: #A1A1A1. Windows color (decimal): -13703572 or 7136814. OLE color: 7136814.
HSL color Cylindrical-coordinate representation of color #2EE66C: hue angle of 140.22º 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 #2EE66C is Cyan = 0.8, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 108 | - |
| CMYK | 0.8 | 0 | 0.53 | 0.10 |
| HSL | 140.22º | 0.79% | 0.54% | - |
| HSV(B) | 140.22º | 0.8% | 0.9% | - |
| XYZ | 32.13 | 58.26 | 23.74 | - |
| YUV | 161.08 | 98.04 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 108 | 0.8 | 0 | 0.53 | 0.10 | 140.22 | 0.79 | 0.54 |
| Hex | 2E | E6 | 6C | 50 | 0 | 35 | A | 8C | 4F | 36 |
| Octal | 56 | 346 | 154 | 120 | 0 | 65 | 12 | 214 | 117 | 66 |
| Binary | 101110 | 11100110 | 1101100 | 1010000 | 0 | 110101 | 1010 | 10001100 | 1001111 | 110110 |
Color Harmonies of #2EE66C
Complementary color
Monochromatic Colors of #2EE66C
Black with #2EE66C
Text Example
Text Example
White with #2EE66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE66C; }
p { color: rgb(46,230,108); }
H1.HeaderClassName
{
color: #2EE66C;
}
.AnyTagClassName
{
color: #2EE66C;
}
</style>
background-color css
<style>
a { background-color: #2EE66C; }
a { background-color: rgb(46,230,108); }
div.DivClassName
{
background-color: #2EE66C;
}
.BgClassName
{
background-color: #2EE66C;
}
</style>
border-color css
<style>
span { border-color: #2EE66C; }
span { border-color: rgb(46,230,108); }
td.TdClassName
{
border-color: #2EE66C;
}
.TagClassName
{
border-color: #2EE66C;
}
</style>