Shades of Malachite #2EFB48
Tints of Malachite #2EFB48
RGB
CMYK
RGB Variations
Color information
#2EFB48 (or 0x2EFB48) is known color: Malachite. HEX triplet: 2E, FB and 48. RGB value is (46,251,72). Sum of RGB (Red+Green+Blue) = 46+251+72=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 251 (98.44% from 255 or 68.02% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFB48 is #D104B7. Grayscale: #A9A9A9. Windows color (decimal): -13698232 or 4782894. OLE color: 4782894.
HSL color Cylindrical-coordinate representation of color #2EFB48: hue angle of 127.61º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFB48 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 72 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.02 |
| HSL | 127.61º | 0.96% | 0.58% | - |
| HSV(B) | 127.61º | 0.82% | 0.98% | - |
| XYZ | 36.79 | 70.04 | 17.71 | - |
| YUV | 169.3 | 73.08 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 72 | 0.82 | 0 | 0.71 | 0.02 | 127.61 | 0.96 | 0.58 |
| Hex | 2E | FB | 48 | 52 | 0 | 47 | 2 | 80 | 60 | 3A |
| Octal | 56 | 373 | 110 | 122 | 0 | 107 | 2 | 200 | 140 | 72 |
| Binary | 101110 | 11111011 | 1001000 | 1010010 | 0 | 1000111 | 10 | 10000000 | 1100000 | 111010 |
Color Harmonies of #2EFB48
Complementary color
Monochromatic Colors of #2EFB48
Black with #2EFB48
Text Example
Text Example
White with #2EFB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB48; }
p { color: rgb(46,251,72); }
H1.HeaderClassName
{
color: #2EFB48;
}
.AnyTagClassName
{
color: #2EFB48;
}
</style>
background-color css
<style>
a { background-color: #2EFB48; }
a { background-color: rgb(46,251,72); }
div.DivClassName
{
background-color: #2EFB48;
}
.BgClassName
{
background-color: #2EFB48;
}
</style>
border-color css
<style>
span { border-color: #2EFB48; }
span { border-color: rgb(46,251,72); }
td.TdClassName
{
border-color: #2EFB48;
}
.TagClassName
{
border-color: #2EFB48;
}
</style>