#2CD15E

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

Shades of Malachite #2CD15E

Tints of Malachite #2CD15E

Color information

#2CD15E (or 0x2CD15E) is unknown color: approx Malachite. HEX triplet: 2C, D1 and 5E. RGB value is (44,209,94). Sum of RGB (Red+Green+Blue) = 44+209+94=347 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.68% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD15E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD15E is #D32EA1. Grayscale: #929292. Windows color (decimal): -13840034 or 6213932. OLE color: 6213932.

HSL color Cylindrical-coordinate representation of color #2CD15E: hue angle of 138.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD15E is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB4420994-
CMYK0.7900.550.18
HSL138.18º65.22%49.61%-
HSV(B)138.18º78.95%81.96%-
XYZ25.8646.9418.29-
YUV146.5698.3454.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.68%
GREEN value IS 209 (82.03% from 255) = 60.23%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=12.68%
G=60.23%
B=27.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal44209940.7900.550.18138.1865.2249.61
Hex2CD15E4F037128a4132
Octal543211361170672221210162
Binary1011001101000110111101001111011011110010100010101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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