#2CE34E

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

Shades of Malachite #2CE34E

Tints of Malachite #2CE34E

Color information

#2CE34E (or 0x2CE34E) is unknown color: approx Malachite. HEX triplet: 2C, E3 and 4E. RGB value is (44,227,78). Sum of RGB (Red+Green+Blue) = 44+227+78=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 227 (89.06% from 255 or 65.04% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE34E is #D31CB1. Grayscale: #9B9B9B. Windows color (decimal): -13835442 or 5169964. OLE color: 5169964.

HSL color Cylindrical-coordinate representation of color #2CE34E: hue angle of 131.15º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE34E is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB4422778-
CMYK0.8100.660.11
HSL131.15º76.57%53.14%-
HSV(B)131.15º80.62%89.02%-
XYZ29.8856.0216.45-
YUV155.384.3748.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.61%
GREEN value IS 227 (89.06% from 255) = 65.04%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=12.61%
G=65.04%
B=22.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal44227780.8100.660.11131.1576.5753.14
Hex2CE34E51042B834d35
Octal5434311612101021320311565
Binary1011001110001110011101010001010000101011100000111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,227,78); }

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

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

 a { background-color: rgb(44,227,78); }

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

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

 span { border-color: rgb(44,227,78); }

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