#2ECA54

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

Shades of Malachite #2ECA54

Tints of Malachite #2ECA54

Color information

#2ECA54 (or 0x2ECA54) is unknown color: approx Malachite. HEX triplet: 2E, CA and 54. RGB value is (46,202,84). Sum of RGB (Red+Green+Blue) = 46+202+84=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 202 (79.30% from 255 or 60.84% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECA54 is #D135AB. Grayscale: #8E8E8E. Windows color (decimal): -13710764 or 5556782. OLE color: 5556782.

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

Color convert

RGB4620284-
CMYK0.7700.580.21
HSL134.62º62.9%48.63%-
HSV(B)134.62º77.23%79.22%-
XYZ23.8543.4615.52-
YUV141.995.3259.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.86%
GREEN value IS 202 (79.30% from 255) = 60.84%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=13.86%
G=60.84%
B=25.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46202840.7700.580.21134.6262.948.63
Hex2ECA544D03A15873f31
Octal56312124115072252077761
Binary101110110010101010100100110101110101010110000111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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