#2ECA56

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

Shades of Malachite #2ECA56

Tints of Malachite #2ECA56

Color information

#2ECA56 (or 0x2ECA56) is unknown color: approx Malachite. HEX triplet: 2E, CA and 56. RGB value is (46,202,86). Sum of RGB (Red+Green+Blue) = 46+202+86=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECA56 is #D135A9. Grayscale: #8E8E8E. Windows color (decimal): -13710762 or 5687854. OLE color: 5687854.

HSL color Cylindrical-coordinate representation of color #2ECA56: hue angle of 135.38º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECA56 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB4620286-
CMYK0.7700.570.21
HSL135.38º62.9%48.63%-
HSV(B)135.38º77.23%79.22%-
XYZ23.9343.4915.94-
YUV142.1396.3259.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.77%
GREEN value IS 202 (79.30% from 255) = 60.48%
BLUE value IS 86 (33.98% from 255) = 25.75%
R=13.77%
G=60.48%
B=25.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46202860.7700.570.21135.3862.948.63
Hex2ECA564D03915873f31
Octal56312126115071252077761
Binary101110110010101010110100110101110011010110000111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,202,86); }

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

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

 a { background-color: rgb(46,202,86); }

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

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

 span { border-color: rgb(46,202,86); }

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