#2CEA57

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

Shades of Malachite #2CEA57

Tints of Malachite #2CEA57

Color information

#2CEA57 (or 0x2CEA57) is unknown color: approx Malachite. HEX triplet: 2C, EA and 57. RGB value is (44,234,87). Sum of RGB (Red+Green+Blue) = 44+234+87=365 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.05% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA57 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEA57 is #D315A8. Grayscale: #A0A0A0. Windows color (decimal): -13833641 or 5761580. OLE color: 5761580.

HSL color Cylindrical-coordinate representation of color #2CEA57: hue angle of 133.58º 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 #2CEA57 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB4423487-
CMYK0.8100.630.08
HSL133.58º81.9%54.51%-
HSV(B)133.58º81.2%91.76%-
XYZ32.1860.0718.92-
YUV160.4386.5544.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.05%
GREEN value IS 234 (91.80% from 255) = 64.11%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=12.05%
G=64.11%
B=23.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal44234870.8100.630.08133.5881.954.51
Hex2CEA575103F8865237
Octal543521271210771020612267
Binary101100111010101010111101000101111111000100001101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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