#2EC854

Color #2EC854 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2EC854

Tints of Malachite #2EC854

Color information

#2EC854 (or 0x2EC854) is unknown color: approx Malachite. HEX triplet: 2E, C8 and 54. RGB value is (46,200,84). Sum of RGB (Red+Green+Blue) = 46+200+84=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC854 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC854 is #D137AB. Grayscale: #8D8D8D. Windows color (decimal): -13711276 or 5556270. OLE color: 5556270.

HSL color Cylindrical-coordinate representation of color #2EC854: hue angle of 134.81º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC854 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB4620084-
CMYK0.7700.580.22
HSL134.81º62.6%48.24%-
HSV(B)134.81º77%78.43%-
XYZ23.3842.5315.36-
YUV140.7395.9860.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 13.94%
GREEN value IS 200 (78.52% from 255) = 60.61%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=13.94%
G=60.61%
B=25.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal46200840.7700.580.22134.8162.648.24
Hex2EC8544D03A16873f30
Octal56310124115072262077760
Binary101110110010001010100100110101110101011010000111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EC854; }

 p { color: rgb(46,200,84); }

 H1.HeaderClassName
 {
   color: #2EC854;
 }
 .AnyTagClassName
 {
   color: #2EC854;
 }
</style>
background-color css

<style>
 a { background-color: #2EC854; }

 a { background-color: rgb(46,200,84); }

 div.DivClassName
 {
   background-color: #2EC854;
 }
 .BgClassName
 {
   background-color: #2EC854;
 }
</style>
border-color css

<style>
 span { border-color: #2EC854; }

 span { border-color: rgb(46,200,84); }

 td.TdClassName
 {
   border-color: #2EC854;
 }
 .TagClassName
 {
   border-color: #2EC854;
 }
</style>