#2CEA60

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

Shades of Malachite #2CEA60

Tints of Malachite #2CEA60

Color information

#2CEA60 (or 0x2CEA60) is unknown color: approx Malachite. HEX triplet: 2C, EA and 60. RGB value is (44,234,96). Sum of RGB (Red+Green+Blue) = 44+234+96=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 234 (91.80% from 255 or 62.57% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEA60 is #D3159F. Grayscale: #A1A1A1. Windows color (decimal): -13833632 or 6351404. OLE color: 6351404.

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

Color convert

RGB4423496-
CMYK0.8100.590.08
HSL136.42º81.9%54.51%-
HSV(B)136.42º81.2%91.76%-
XYZ32.5760.2320.97-
YUV161.4691.0544.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.76%
GREEN value IS 234 (91.80% from 255) = 62.57%
BLUE value IS 96 (37.89% from 255) = 25.67%
R=11.76%
G=62.57%
B=25.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal44234960.8100.590.08136.4281.954.51
Hex2CEA605103B8885237
Octal543521401210731021012267
Binary101100111010101100000101000101110111000100010001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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