Shades of Malachite #2EFD4E
Tints of Malachite #2EFD4E
RGB
CMYK
RGB Variations
Color information
#2EFD4E (or 0x2EFD4E) is known color: Malachite. HEX triplet: 2E, FD and 4E. RGB value is (46,253,78). Sum of RGB (Red+Green+Blue) = 46+253+78=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 253 (99.22% from 255 or 67.11% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EFD4E is #D102B1. Grayscale: #ABABAB. Windows color (decimal): -13697714 or 5176622. OLE color: 5176622.
HSL color Cylindrical-coordinate representation of color #2EFD4E: hue angle of 129.28º 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 #2EFD4E is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 78 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.01 |
| HSL | 129.28º | 0.98% | 0.59% | - |
| HSV(B) | 129.28º | 0.82% | 0.99% | - |
| XYZ | 37.63 | 71.38 | 19 | - |
| YUV | 171.16 | 75.42 | 38.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 78 | 0.82 | 0 | 0.69 | 0.01 | 129.28 | 0.98 | 0.59 |
| Hex | 2E | FD | 4E | 52 | 0 | 45 | 1 | 81 | 62 | 3B |
| Octal | 56 | 375 | 116 | 122 | 0 | 105 | 1 | 201 | 142 | 73 |
| Binary | 101110 | 11111101 | 1001110 | 1010010 | 0 | 1000101 | 1 | 10000001 | 1100010 | 111011 |
Color Harmonies of #2EFD4E
Complementary color
Monochromatic Colors of #2EFD4E
Black with #2EFD4E
Text Example
Text Example
White with #2EFD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFD4E; }
p { color: rgb(46,253,78); }
H1.HeaderClassName
{
color: #2EFD4E;
}
.AnyTagClassName
{
color: #2EFD4E;
}
</style>
background-color css
<style>
a { background-color: #2EFD4E; }
a { background-color: rgb(46,253,78); }
div.DivClassName
{
background-color: #2EFD4E;
}
.BgClassName
{
background-color: #2EFD4E;
}
</style>
border-color css
<style>
span { border-color: #2EFD4E; }
span { border-color: rgb(46,253,78); }
td.TdClassName
{
border-color: #2EFD4E;
}
.TagClassName
{
border-color: #2EFD4E;
}
</style>