#2CDF60

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

Shades of Malachite #2CDF60

Tints of Malachite #2CDF60

Color information

#2CDF60 (or 0x2CDF60) is unknown color: approx Malachite. HEX triplet: 2C, DF and 60. RGB value is (44,223,96). Sum of RGB (Red+Green+Blue) = 44+223+96=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 223 (87.5% from 255 or 61.43% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDF60 is #D3209F. Grayscale: #9B9B9B. Windows color (decimal): -13836448 or 6348588. OLE color: 6348588.

HSL color Cylindrical-coordinate representation of color #2CDF60: hue angle of 137.43º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDF60 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB4422396-
CMYK0.8000.570.13
HSL137.43º73.66%52.35%-
HSV(B)137.43º80.27%87.45%-
XYZ29.5454.1619.96-
YUV15594.748.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.12%
GREEN value IS 223 (87.5% from 255) = 61.43%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=12.12%
G=61.43%
B=26.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal44223960.8000.570.13137.4373.6652.35
Hex2CDF6050039D894a34
Octal543371401200711521111264
Binary101100110111111100000101000001110011101100010011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,223,96); }

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

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

 a { background-color: rgb(44,223,96); }

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

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

 span { border-color: rgb(44,223,96); }

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