#2CFC4F

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

Shades of Malachite #2CFC4F

Tints of Malachite #2CFC4F

Color information

#2CFC4F (or 0x2CFC4F) is unknown color: approx Malachite. HEX triplet: 2C, FC and 4F. RGB value is (44,252,79). Sum of RGB (Red+Green+Blue) = 44+252+79=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 252 (98.83% from 255 or 67.2% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFC4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFC4F is #D303B0. Grayscale: #AAAAAA. Windows color (decimal): -13829041 or 5241900. OLE color: 5241900.

HSL color Cylindrical-coordinate representation of color #2CFC4F: hue angle of 130.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFC4F is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB4425279-
CMYK0.8300.690.01
HSL130.1º97.2%58.04%-
HSV(B)130.1º82.54%98.82%-
XYZ37.2670.7219.08-
YUV170.0976.5938.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.73%
GREEN value IS 252 (98.83% from 255) = 67.2%
BLUE value IS 79 (31.25% from 255) = 21.07%
R=11.73%
G=67.2%
B=21.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal44252790.8300.690.01130.197.258.04
Hex2CFC4F53045182613a
Octal543741171230105120214172
Binary1011001111110010011111010011010001011100000101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,252,79); }

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

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

 a { background-color: rgb(44,252,79); }

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

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

 span { border-color: rgb(44,252,79); }

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