Shades of Malachite #2EF64B
Tints of Malachite #2EF64B
RGB
CMYK
RGB Variations
Color information
#2EF64B (or 0x2EF64B) is known color: Malachite. HEX triplet: 2E, F6 and 4B. RGB value is (46,246,75). Sum of RGB (Red+Green+Blue) = 46+246+75=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 246 (96.48% from 255 or 67.03% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF64B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF64B is #D109B4. Grayscale: #A7A7A7. Windows color (decimal): -13699509 or 4978222. OLE color: 4978222.
HSL color Cylindrical-coordinate representation of color #2EF64B: hue angle of 128.7º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF64B is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 75 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.04 |
| HSL | 128.7º | 0.92% | 0.57% | - |
| HSV(B) | 128.7º | 0.81% | 0.96% | - |
| XYZ | 35.35 | 67 | 17.73 | - |
| YUV | 166.71 | 76.24 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 75 | 0.81 | 0 | 0.70 | 0.04 | 128.7 | 0.92 | 0.57 |
| Hex | 2E | F6 | 4B | 51 | 0 | 46 | 4 | 81 | 5C | 39 |
| Octal | 56 | 366 | 113 | 121 | 0 | 106 | 4 | 201 | 134 | 71 |
| Binary | 101110 | 11110110 | 1001011 | 1010001 | 0 | 1000110 | 100 | 10000001 | 1011100 | 111001 |
Color Harmonies of #2EF64B
Complementary color
Monochromatic Colors of #2EF64B
Black with #2EF64B
Text Example
Text Example
White with #2EF64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF64B; }
p { color: rgb(46,246,75); }
H1.HeaderClassName
{
color: #2EF64B;
}
.AnyTagClassName
{
color: #2EF64B;
}
</style>
background-color css
<style>
a { background-color: #2EF64B; }
a { background-color: rgb(46,246,75); }
div.DivClassName
{
background-color: #2EF64B;
}
.BgClassName
{
background-color: #2EF64B;
}
</style>
border-color css
<style>
span { border-color: #2EF64B; }
span { border-color: rgb(46,246,75); }
td.TdClassName
{
border-color: #2EF64B;
}
.TagClassName
{
border-color: #2EF64B;
}
</style>