Html Css Color HEX #2FDC5F Malachite

📋 copy color: '#2FDC5F'

red 47 ◦ green 220 ◦ blue 95

#2FDC5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2FDC5F

Tints of Malachite #2FDC5F

RGB

 RED value IS 47 (18.75% from 255) = 12.98%

 GREEN value IS 220 (86.33% from 255) = 60.77%

 BLUE value IS 95 (37.5% from 255) = 26.24%

R = 12.98%
G = 60.77%
B = 26.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#2FDC5F (or 0x2FDC5F) is known color: Malachite. HEX triplet: 2F, DC and 5F. RGB value is (47,220,95). Sum of RGB (Red+Green+Blue) = 47+220+95=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC5F is #D023A0. Grayscale: #9A9A9A. Windows color (decimal): -13640609 or 6282287. OLE color: 6282287.

HSL color Cylindrical-coordinate representation of color #2FDC5F: hue angle of 136.65º 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 #2FDC5F is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 220 95 -
CMYK 0.79 0 0.57 0.14
HSL 136.65º 0.71% 0.52% -
HSV(B) 136.65º 0.79% 0.86% -
XYZ 28.83 52.62 19.46 -
YUV 154.02 94.69 51.66 -
System Red Green Blue C M Y K H S L
Decimal 47 220 95 0.79 0 0.57 0.14 136.65 0.71 0.52
Hex 2F DC 5F 4F 0 39 E 89 47 34
Octal 57 334 137 117 0 71 16 211 107 64
Binary 101111 11011100 1011111 1001111 0 111001 1110 10001001 1000111 110100

Color Harmonies of #2FDC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC5F

Black with #2FDC5F

Text Example


Text Example

White with #2FDC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FDC5F;
 }
 .AnyTagClassName
 {
   color: #2FDC5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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