Shades of Malachite #2EFD56
Tints of Malachite #2EFD56
RGB
CMYK
RGB Variations
Color information
#2EFD56 (or 0x2EFD56) is known color: Malachite. HEX triplet: 2E, FD and 56. RGB value is (46,253,86). Sum of RGB (Red+Green+Blue) = 46+253+86=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 253 (99.22% from 255 or 65.71% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFD56 is #D102A9. Grayscale: #ACACAC. Windows color (decimal): -13697706 or 5700910. OLE color: 5700910.
HSL color Cylindrical-coordinate representation of color #2EFD56: hue angle of 131.59º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFD56 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 86 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.01 |
| HSL | 131.59º | 0.98% | 0.59% | - |
| HSV(B) | 131.59º | 0.82% | 0.99% | - |
| XYZ | 37.93 | 71.5 | 20.61 | - |
| YUV | 172.07 | 79.42 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 86 | 0.82 | 0 | 0.66 | 0.01 | 131.59 | 0.98 | 0.59 |
| Hex | 2E | FD | 56 | 52 | 0 | 42 | 1 | 84 | 62 | 3B |
| Octal | 56 | 375 | 126 | 122 | 0 | 102 | 1 | 204 | 142 | 73 |
| Binary | 101110 | 11111101 | 1010110 | 1010010 | 0 | 1000010 | 1 | 10000100 | 1100010 | 111011 |
Color Harmonies of #2EFD56
Complementary color
Monochromatic Colors of #2EFD56
Black with #2EFD56
Text Example
Text Example
White with #2EFD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFD56; }
p { color: rgb(46,253,86); }
H1.HeaderClassName
{
color: #2EFD56;
}
.AnyTagClassName
{
color: #2EFD56;
}
</style>
background-color css
<style>
a { background-color: #2EFD56; }
a { background-color: rgb(46,253,86); }
div.DivClassName
{
background-color: #2EFD56;
}
.BgClassName
{
background-color: #2EFD56;
}
</style>
border-color css
<style>
span { border-color: #2EFD56; }
span { border-color: rgb(46,253,86); }
td.TdClassName
{
border-color: #2EFD56;
}
.TagClassName
{
border-color: #2EFD56;
}
</style>