Shades of Malachite #2EF15D
Tints of Malachite #2EF15D
RGB
CMYK
RGB Variations
Color information
#2EF15D (or 0x2EF15D) is known color: Malachite. HEX triplet: 2E, F1 and 5D. RGB value is (46,241,93). Sum of RGB (Red+Green+Blue) = 46+241+93=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 241 (94.53% from 255 or 63.42% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF15D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF15D is #D10EA2. Grayscale: #A6A6A6. Windows color (decimal): -13700771 or 6156590. OLE color: 6156590.
HSL color Cylindrical-coordinate representation of color #2EF15D: hue angle of 134.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF15D is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 93 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.05 |
| HSL | 134.46º | 0.87% | 0.56% | - |
| HSV(B) | 134.46º | 0.81% | 0.95% | - |
| XYZ | 34.56 | 64.28 | 20.94 | - |
| YUV | 165.82 | 86.9 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 93 | 0.81 | 0 | 0.61 | 0.05 | 134.46 | 0.87 | 0.56 |
| Hex | 2E | F1 | 5D | 51 | 0 | 3D | 5 | 86 | 57 | 38 |
| Octal | 56 | 361 | 135 | 121 | 0 | 75 | 5 | 206 | 127 | 70 |
| Binary | 101110 | 11110001 | 1011101 | 1010001 | 0 | 111101 | 101 | 10000110 | 1010111 | 111000 |
Color Harmonies of #2EF15D
Complementary color
Monochromatic Colors of #2EF15D
Black with #2EF15D
Text Example
Text Example
White with #2EF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF15D; }
p { color: rgb(46,241,93); }
H1.HeaderClassName
{
color: #2EF15D;
}
.AnyTagClassName
{
color: #2EF15D;
}
</style>
background-color css
<style>
a { background-color: #2EF15D; }
a { background-color: rgb(46,241,93); }
div.DivClassName
{
background-color: #2EF15D;
}
.BgClassName
{
background-color: #2EF15D;
}
</style>
border-color css
<style>
span { border-color: #2EF15D; }
span { border-color: rgb(46,241,93); }
td.TdClassName
{
border-color: #2EF15D;
}
.TagClassName
{
border-color: #2EF15D;
}
</style>