#2CD45E

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

Shades of Malachite #2CD45E

Tints of Malachite #2CD45E

Color information

#2CD45E (or 0x2CD45E) is unknown color: approx Malachite. HEX triplet: 2C, D4 and 5E. RGB value is (44,212,94). Sum of RGB (Red+Green+Blue) = 44+212+94=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 212 (83.20% from 255 or 60.57% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD45E is #D32BA1. Grayscale: #949494. Windows color (decimal): -13839266 or 6214700. OLE color: 6214700.

HSL color Cylindrical-coordinate representation of color #2CD45E: hue angle of 137.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD45E is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB4421294-
CMYK0.7900.560.17
HSL137.86º66.14%50.2%-
HSV(B)137.86º79.25%83.14%-
XYZ26.648.4318.54-
YUV148.3297.3453.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.57%
GREEN value IS 212 (83.20% from 255) = 60.57%
BLUE value IS 94 (37.11% from 255) = 26.86%
R=12.57%
G=60.57%
B=26.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal44212940.7900.560.17137.8666.1450.2
Hex2CD45E4F038118a4232
Octal543241361170702121210262
Binary1011001101010010111101001111011100010001100010101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,212,94); }

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

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

 a { background-color: rgb(44,212,94); }

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

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

 span { border-color: rgb(44,212,94); }

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