Shades of Malachite #2EF451
Tints of Malachite #2EF451
RGB
CMYK
RGB Variations
Color information
#2EF451 (or 0x2EF451) is known color: Malachite. HEX triplet: 2E, F4 and 51. RGB value is (46,244,81). Sum of RGB (Red+Green+Blue) = 46+244+81=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 244 (95.70% from 255 or 65.77% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF451 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF451 is #D10BAE. Grayscale: #A6A6A6. Windows color (decimal): -13700015 or 5370926. OLE color: 5370926.
HSL color Cylindrical-coordinate representation of color #2EF451: hue angle of 130.61º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF451 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 81 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.04 |
| HSL | 130.61º | 0.9% | 0.57% | - |
| HSV(B) | 130.61º | 0.81% | 0.96% | - |
| XYZ | 34.96 | 65.88 | 18.66 | - |
| YUV | 166.22 | 79.9 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 81 | 0.81 | 0 | 0.67 | 0.04 | 130.61 | 0.9 | 0.57 |
| Hex | 2E | F4 | 51 | 51 | 0 | 43 | 4 | 83 | 5A | 39 |
| Octal | 56 | 364 | 121 | 121 | 0 | 103 | 4 | 203 | 132 | 71 |
| Binary | 101110 | 11110100 | 1010001 | 1010001 | 0 | 1000011 | 100 | 10000011 | 1011010 | 111001 |
Color Harmonies of #2EF451
Complementary color
Monochromatic Colors of #2EF451
Black with #2EF451
Text Example
Text Example
White with #2EF451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF451; }
p { color: rgb(46,244,81); }
H1.HeaderClassName
{
color: #2EF451;
}
.AnyTagClassName
{
color: #2EF451;
}
</style>
background-color css
<style>
a { background-color: #2EF451; }
a { background-color: rgb(46,244,81); }
div.DivClassName
{
background-color: #2EF451;
}
.BgClassName
{
background-color: #2EF451;
}
</style>
border-color css
<style>
span { border-color: #2EF451; }
span { border-color: rgb(46,244,81); }
td.TdClassName
{
border-color: #2EF451;
}
.TagClassName
{
border-color: #2EF451;
}
</style>