#2CE34F

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

Shades of Malachite #2CE34F

Tints of Malachite #2CE34F

Color information

#2CE34F (or 0x2CE34F) is unknown color: approx Malachite. HEX triplet: 2C, E3 and 4F. RGB value is (44,227,79). Sum of RGB (Red+Green+Blue) = 44+227+79=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 227 (89.06% from 255 or 64.86% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE34F is #D31CB0. Grayscale: #9B9B9B. Windows color (decimal): -13835441 or 5235500. OLE color: 5235500.

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

Color convert

RGB4422779-
CMYK0.8100.650.11
HSL131.48º76.57%53.14%-
HSV(B)131.48º80.62%89.02%-
XYZ29.9256.0416.64-
YUV155.4184.8748.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.57%
GREEN value IS 227 (89.06% from 255) = 64.86%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=12.57%
G=64.86%
B=22.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal44227790.8100.650.11131.4876.5753.14
Hex2CE34F51041B834d35
Octal5434311712101011320311565
Binary1011001110001110011111010001010000011011100000111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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