Shades of Malachite #2EF264
Tints of Malachite #2EF264
RGB
CMYK
RGB Variations
Color information
#2EF264 (or 0x2EF264) is known color: Malachite. HEX triplet: 2E, F2 and 64. RGB value is (46,242,100). Sum of RGB (Red+Green+Blue) = 46+242+100=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF264 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF264 is #D10D9B. Grayscale: #A7A7A7. Windows color (decimal): -13700508 or 6615598. OLE color: 6615598.
HSL color Cylindrical-coordinate representation of color #2EF264: hue angle of 136.53º degrees, saturation: 0.88, 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 #2EF264 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 100 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.05 |
| HSL | 136.53º | 0.88% | 0.56% | - |
| HSV(B) | 136.53º | 0.81% | 0.95% | - |
| XYZ | 35.18 | 65.01 | 22.75 | - |
| YUV | 167.21 | 90.07 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 100 | 0.81 | 0 | 0.59 | 0.05 | 136.53 | 0.88 | 0.56 |
| Hex | 2E | F2 | 64 | 51 | 0 | 3B | 5 | 89 | 58 | 38 |
| Octal | 56 | 362 | 144 | 121 | 0 | 73 | 5 | 211 | 130 | 70 |
| Binary | 101110 | 11110010 | 1100100 | 1010001 | 0 | 111011 | 101 | 10001001 | 1011000 | 111000 |
Color Harmonies of #2EF264
Complementary color
Monochromatic Colors of #2EF264
Black with #2EF264
Text Example
Text Example
White with #2EF264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF264; }
p { color: rgb(46,242,100); }
H1.HeaderClassName
{
color: #2EF264;
}
.AnyTagClassName
{
color: #2EF264;
}
</style>
background-color css
<style>
a { background-color: #2EF264; }
a { background-color: rgb(46,242,100); }
div.DivClassName
{
background-color: #2EF264;
}
.BgClassName
{
background-color: #2EF264;
}
</style>
border-color css
<style>
span { border-color: #2EF264; }
span { border-color: rgb(46,242,100); }
td.TdClassName
{
border-color: #2EF264;
}
.TagClassName
{
border-color: #2EF264;
}
</style>