Html Css Color HEX #2FDC5E Malachite

📋 copy color: '#2FDC5E'

red 47 ◦ green 220 ◦ blue 94

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

Shades of Malachite #2FDC5E

Tints of Malachite #2FDC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 13.02%
G = 60.94%
B = 26.04%

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

#2FDC5E (or 0x2FDC5E) is known color: Malachite. HEX triplet: 2F, DC and 5E. RGB value is (47,220,94). Sum of RGB (Red+Green+Blue) = 47+220+94=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC5E is #D023A1. Grayscale: #9A9A9A. Windows color (decimal): -13640610 or 6216751. OLE color: 6216751.

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

Color convert

RGB 47 220 94 -
CMYK 0.79 0 0.57 0.14
HSL 136.3º 0.71% 0.52% -
HSV(B) 136.3º 0.79% 0.86% -
XYZ 28.79 52.6 19.23 -
YUV 153.91 94.19 51.75 -
System Red Green Blue C M Y K H S L
Decimal 47 220 94 0.79 0 0.57 0.14 136.3 0.71 0.52
Hex 2F DC 5E 4F 0 39 E 88 47 34
Octal 57 334 136 117 0 71 16 210 107 64
Binary 101111 11011100 1011110 1001111 0 111001 1110 10001000 1000111 110100

Color Harmonies of #2FDC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC5E

Black with #2FDC5E

Text Example


Text Example

White with #2FDC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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