Shades of Malachite #2EFB5F
Tints of Malachite #2EFB5F
RGB
CMYK
RGB Variations
Color information
#2EFB5F (or 0x2EFB5F) is known color: Malachite. HEX triplet: 2E, FB and 5F. RGB value is (46,251,95). Sum of RGB (Red+Green+Blue) = 46+251+95=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 251 (98.44% from 255 or 64.03% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFB5F is #D104A0. Grayscale: #ACACAC. Windows color (decimal): -13698209 or 6290222. OLE color: 6290222.
HSL color Cylindrical-coordinate representation of color #2EFB5F: hue angle of 134.34º 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 #2EFB5F is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 95 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.02 |
| HSL | 134.34º | 0.96% | 0.58% | - |
| HSV(B) | 134.34º | 0.82% | 0.98% | - |
| XYZ | 37.69 | 70.4 | 22.43 | - |
| YUV | 171.92 | 84.58 | 38.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 95 | 0.82 | 0 | 0.62 | 0.02 | 134.34 | 0.96 | 0.58 |
| Hex | 2E | FB | 5F | 52 | 0 | 3E | 2 | 86 | 60 | 3A |
| Octal | 56 | 373 | 137 | 122 | 0 | 76 | 2 | 206 | 140 | 72 |
| Binary | 101110 | 11111011 | 1011111 | 1010010 | 0 | 111110 | 10 | 10000110 | 1100000 | 111010 |
Color Harmonies of #2EFB5F
Complementary color
Monochromatic Colors of #2EFB5F
Black with #2EFB5F
Text Example
Text Example
White with #2EFB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB5F; }
p { color: rgb(46,251,95); }
H1.HeaderClassName
{
color: #2EFB5F;
}
.AnyTagClassName
{
color: #2EFB5F;
}
</style>
background-color css
<style>
a { background-color: #2EFB5F; }
a { background-color: rgb(46,251,95); }
div.DivClassName
{
background-color: #2EFB5F;
}
.BgClassName
{
background-color: #2EFB5F;
}
</style>
border-color css
<style>
span { border-color: #2EFB5F; }
span { border-color: rgb(46,251,95); }
td.TdClassName
{
border-color: #2EFB5F;
}
.TagClassName
{
border-color: #2EFB5F;
}
</style>