#2CE365

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

Shades of Malachite #2CE365

Tints of Malachite #2CE365

Color information

#2CE365 (or 0x2CE365) is unknown color: approx Malachite. HEX triplet: 2C, E3 and 65. RGB value is (44,227,101). Sum of RGB (Red+Green+Blue) = 44+227+101=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 227 (89.06% from 255 or 61.02% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE365 is #D31C9A. Grayscale: #9E9E9E. Windows color (decimal): -13835419 or 6677292. OLE color: 6677292.

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

Color convert

RGB44227101-
CMYK0.8100.560.11
HSL138.69º76.57%53.14%-
HSV(B)138.69º80.62%89.02%-
XYZ30.8656.4121.57-
YUV157.9295.8746.75-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.83%
GREEN value IS 227 (89.06% from 255) = 61.02%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=11.83%
G=61.02%
B=27.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal442271010.8100.560.11138.6976.5753.14
Hex2CE36551038B8b4d35
Octal543431451210701321311565
Binary101100111000111100101101000101110001011100010111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CE365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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