Shades of Malachite #2EF354
Tints of Malachite #2EF354
RGB
CMYK
RGB Variations
Color information
#2EF354 (or 0x2EF354) is known color: Malachite. HEX triplet: 2E, F3 and 54. RGB value is (46,243,84). Sum of RGB (Red+Green+Blue) = 46+243+84=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF354 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EF354 is #D10CAB. Grayscale: #A6A6A6. Windows color (decimal): -13700268 or 5567278. OLE color: 5567278.
HSL color Cylindrical-coordinate representation of color #2EF354: hue angle of 131.57º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF354 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 84 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.05 |
| HSL | 131.57º | 0.89% | 0.57% | - |
| HSV(B) | 131.57º | 0.81% | 0.95% | - |
| XYZ | 34.78 | 65.32 | 19.16 | - |
| YUV | 165.97 | 81.73 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 84 | 0.81 | 0 | 0.65 | 0.05 | 131.57 | 0.89 | 0.57 |
| Hex | 2E | F3 | 54 | 51 | 0 | 41 | 5 | 84 | 59 | 39 |
| Octal | 56 | 363 | 124 | 121 | 0 | 101 | 5 | 204 | 131 | 71 |
| Binary | 101110 | 11110011 | 1010100 | 1010001 | 0 | 1000001 | 101 | 10000100 | 1011001 | 111001 |
Color Harmonies of #2EF354
Complementary color
Monochromatic Colors of #2EF354
Black with #2EF354
Text Example
Text Example
White with #2EF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF354; }
p { color: rgb(46,243,84); }
H1.HeaderClassName
{
color: #2EF354;
}
.AnyTagClassName
{
color: #2EF354;
}
</style>
background-color css
<style>
a { background-color: #2EF354; }
a { background-color: rgb(46,243,84); }
div.DivClassName
{
background-color: #2EF354;
}
.BgClassName
{
background-color: #2EF354;
}
</style>
border-color css
<style>
span { border-color: #2EF354; }
span { border-color: rgb(46,243,84); }
td.TdClassName
{
border-color: #2EF354;
}
.TagClassName
{
border-color: #2EF354;
}
</style>