#2CF06D

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

Shades of Malachite #2CF06D

Tints of Malachite #2CF06D

Color information

#2CF06D (or 0x2CF06D) is unknown color: approx Malachite. HEX triplet: 2C, F0 and 6D. RGB value is (44,240,109). Sum of RGB (Red+Green+Blue) = 44+240+109=393 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.20% from 393); Green value is 240 (94.14% from 255 or 61.07% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF06D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF06D is #D30F92. Grayscale: #A6A6A6. Windows color (decimal): -13832083 or 7204908. OLE color: 7204908.

HSL color Cylindrical-coordinate representation of color #2CF06D: hue angle of 139.9º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF06D is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB44240109-
CMYK0.8200.550.06
HSL139.9º86.73%55.69%-
HSV(B)139.9º81.67%94.12%-
XYZ34.9663.9624.97-
YUV166.4695.5740.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.20%
GREEN value IS 240 (94.14% from 255) = 61.07%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=11.20%
G=61.07%
B=27.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal442401090.8200.550.06139.986.7355.69
Hex2CF06D5203768c5738
Octal54360155122067621412770
Binary10110011110000110110110100100110111110100011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CF06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,240,109); }

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

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

 a { background-color: rgb(44,240,109); }

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

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

 span { border-color: rgb(44,240,109); }

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