#2fdc5b

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

Shades of Malachite #2FDC5B

Tints of Malachite #2FDC5B

Color information

#2FDC5B (or 0x2FDC5B) is unknown color: approx Malachite. HEX triplet: 2F, DC and 5B. RGB value is (47,220,91). Sum of RGB (Red+Green+Blue) = 47+220+91=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC5B is #D023A4. Grayscale: #999999. Windows color (decimal): -13640613 or 6020143. OLE color: 6020143.

HSL color Cylindrical-coordinate representation of color #2FDC5B: hue angle of 135.26º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC5B is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB4722091-
CMYK0.7900.590.14
HSL135.26º71.19%52.35%-
HSV(B)135.26º78.64%86.27%-
XYZ28.6552.5518.53-
YUV153.5792.6951.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.13%
GREEN value IS 220 (86.33% from 255) = 61.45%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=13.13%
G=61.45%
B=25.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal47220910.7900.590.14135.2671.1952.35
Hex2FDC5B4F03BE874734
Octal573341331170731620710764
Binary101111110111001011011100111101110111110100001111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fdc5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,220,91); }

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

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

 a { background-color: rgb(47,220,91); }

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

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

 span { border-color: rgb(47,220,91); }

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