#2cea4f

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

Shades of Malachite #2CEA4F

Tints of Malachite #2CEA4F

Color information

#2CEA4F (or 0x2CEA4F) is unknown color: approx Malachite. HEX triplet: 2C, EA and 4F. RGB value is (44,234,79). Sum of RGB (Red+Green+Blue) = 44+234+79=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 234 (91.80% from 255 or 65.55% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEA4F is #D315B0. Grayscale: #9F9F9F. Windows color (decimal): -13833649 or 5237292. OLE color: 5237292.

HSL color Cylindrical-coordinate representation of color #2CEA4F: hue angle of 131.05º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEA4F is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB4423479-
CMYK0.8100.660.08
HSL131.05º81.9%54.51%-
HSV(B)131.05º81.2%91.76%-
XYZ31.8759.9517.29-
YUV159.5282.5545.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.32%
GREEN value IS 234 (91.80% from 255) = 65.55%
BLUE value IS 79 (31.25% from 255) = 22.13%
R=12.32%
G=65.55%
B=22.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal44234790.8100.660.08131.0581.954.51
Hex2CEA4F510428835237
Octal5435211712101021020312267
Binary1011001110101010011111010001010000101000100000111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cea4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,234,79); }

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

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

 a { background-color: rgb(44,234,79); }

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

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

 span { border-color: rgb(44,234,79); }

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