#2CCF51

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

Shades of Malachite #2CCF51

Tints of Malachite #2CCF51

Color information

#2CCF51 (or 0x2CCF51) is unknown color: approx Malachite. HEX triplet: 2C, CF and 51. RGB value is (44,207,81). Sum of RGB (Red+Green+Blue) = 44+207+81=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCF51 is #D330AE. Grayscale: #909090. Windows color (decimal): -13840559 or 5361452. OLE color: 5361452.

HSL color Cylindrical-coordinate representation of color #2CCF51: hue angle of 133.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCF51 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB4420781-
CMYK0.7900.610.19
HSL133.62º64.94%49.22%-
HSV(B)133.62º78.74%81.18%-
XYZ24.8445.7615.31-
YUV143.992.556.75-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.25%
GREEN value IS 207 (81.25% from 255) = 62.35%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=13.25%
G=62.35%
B=24.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal44207810.7900.610.19133.6264.9449.22
Hex2CCF514F03D13864131
Octal543171211170752320610161
Binary1011001100111110100011001111011110110011100001101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,207,81); }

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

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

 a { background-color: rgb(44,207,81); }

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

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

 span { border-color: rgb(44,207,81); }

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