#2EC855

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

Shades of Malachite #2EC855

Tints of Malachite #2EC855

Color information

#2EC855 (or 0x2EC855) is unknown color: approx Malachite. HEX triplet: 2E, C8 and 55. RGB value is (46,200,85). Sum of RGB (Red+Green+Blue) = 46+200+85=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 200 (78.52% from 255 or 60.42% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC855 is #D137AA. Grayscale: #8D8D8D. Windows color (decimal): -13711275 or 5621806. OLE color: 5621806.

HSL color Cylindrical-coordinate representation of color #2EC855: hue angle of 135.19º 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 #2EC855 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB4620085-
CMYK0.7700.580.22
HSL135.19º62.6%48.24%-
HSV(B)135.19º77%78.43%-
XYZ23.4242.5515.57-
YUV140.8496.4860.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.90%
GREEN value IS 200 (78.52% from 255) = 60.42%
BLUE value IS 85 (33.59% from 255) = 25.68%
R=13.90%
G=60.42%
B=25.68%

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
Decimal46200850.7700.580.22135.1962.648.24
Hex2EC8554D03A16873f30
Octal56310125115072262077760
Binary101110110010001010101100110101110101011010000111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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