Shades of Malachite #2EE666
Tints of Malachite #2EE666
RGB
CMYK
RGB Variations
Color information
#2EE666 (or 0x2EE666) is known color: Malachite. HEX triplet: 2E, E6 and 66. RGB value is (46,230,102). Sum of RGB (Red+Green+Blue) = 46+230+102=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 230 (90.23% from 255 or 60.85% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE666 is #D11999. Grayscale: #A0A0A0. Windows color (decimal): -13703578 or 6743598. OLE color: 6743598.
HSL color Cylindrical-coordinate representation of color #2EE666: hue angle of 138.26º 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 #2EE666 is Cyan = 0.8, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 102 | - |
| CMYK | 0.8 | 0 | 0.56 | 0.10 |
| HSL | 138.26º | 0.79% | 0.54% | - |
| HSV(B) | 138.26º | 0.8% | 0.9% | - |
| XYZ | 31.82 | 58.13 | 22.11 | - |
| YUV | 160.39 | 95.04 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 102 | 0.8 | 0 | 0.56 | 0.10 | 138.26 | 0.79 | 0.54 |
| Hex | 2E | E6 | 66 | 50 | 0 | 38 | A | 8A | 4F | 36 |
| Octal | 56 | 346 | 146 | 120 | 0 | 70 | 12 | 212 | 117 | 66 |
| Binary | 101110 | 11100110 | 1100110 | 1010000 | 0 | 111000 | 1010 | 10001010 | 1001111 | 110110 |
Color Harmonies of #2EE666
Complementary color
Monochromatic Colors of #2EE666
Black with #2EE666
Text Example
Text Example
White with #2EE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE666; }
p { color: rgb(46,230,102); }
H1.HeaderClassName
{
color: #2EE666;
}
.AnyTagClassName
{
color: #2EE666;
}
</style>
background-color css
<style>
a { background-color: #2EE666; }
a { background-color: rgb(46,230,102); }
div.DivClassName
{
background-color: #2EE666;
}
.BgClassName
{
background-color: #2EE666;
}
</style>
border-color css
<style>
span { border-color: #2EE666; }
span { border-color: rgb(46,230,102); }
td.TdClassName
{
border-color: #2EE666;
}
.TagClassName
{
border-color: #2EE666;
}
</style>