Shades of Malachite #2EF166
Tints of Malachite #2EF166
RGB
CMYK
RGB Variations
Color information
#2EF166 (or 0x2EF166) is known color: Malachite. HEX triplet: 2E, F1 and 66. RGB value is (46,241,102). Sum of RGB (Red+Green+Blue) = 46+241+102=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF166 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF166 is #D10E99. Grayscale: #A7A7A7. Windows color (decimal): -13700762 or 6746414. OLE color: 6746414.
HSL color Cylindrical-coordinate representation of color #2EF166: hue angle of 137.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF166 is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 102 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.05 |
| HSL | 137.23º | 0.87% | 0.56% | - |
| HSV(B) | 137.23º | 0.81% | 0.95% | - |
| XYZ | 34.98 | 64.45 | 23.17 | - |
| YUV | 166.85 | 91.4 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 102 | 0.81 | 0 | 0.58 | 0.05 | 137.23 | 0.87 | 0.56 |
| Hex | 2E | F1 | 66 | 51 | 0 | 3A | 5 | 89 | 57 | 38 |
| Octal | 56 | 361 | 146 | 121 | 0 | 72 | 5 | 211 | 127 | 70 |
| Binary | 101110 | 11110001 | 1100110 | 1010001 | 0 | 111010 | 101 | 10001001 | 1010111 | 111000 |
Color Harmonies of #2EF166
Complementary color
Monochromatic Colors of #2EF166
Black with #2EF166
Text Example
Text Example
White with #2EF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF166; }
p { color: rgb(46,241,102); }
H1.HeaderClassName
{
color: #2EF166;
}
.AnyTagClassName
{
color: #2EF166;
}
</style>
background-color css
<style>
a { background-color: #2EF166; }
a { background-color: rgb(46,241,102); }
div.DivClassName
{
background-color: #2EF166;
}
.BgClassName
{
background-color: #2EF166;
}
</style>
border-color css
<style>
span { border-color: #2EF166; }
span { border-color: rgb(46,241,102); }
td.TdClassName
{
border-color: #2EF166;
}
.TagClassName
{
border-color: #2EF166;
}
</style>