Html Css Color HEX #2FDC64 Malachite

📋 copy color: '#2FDC64'

red 47 ◦ green 220 ◦ blue 100

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

Shades of Malachite #2FDC64

Tints of Malachite #2FDC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 12.81%
G = 59.95%
B = 27.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#2FDC64 (or 0x2FDC64) is known color: Malachite. HEX triplet: 2F, DC and 64. RGB value is (47,220,100). Sum of RGB (Red+Green+Blue) = 47+220+100=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC64 is #D0239B. Grayscale: #9A9A9A. Windows color (decimal): -13640604 or 6609967. OLE color: 6609967.

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

Color convert

RGB 47 220 100 -
CMYK 0.79 0 0.55 0.14
HSL 138.38º 0.71% 0.52% -
HSV(B) 138.38º 0.79% 0.86% -
XYZ 29.07 52.71 20.7 -
YUV 154.59 97.19 51.26 -
System Red Green Blue C M Y K H S L
Decimal 47 220 100 0.79 0 0.55 0.14 138.38 0.71 0.52
Hex 2F DC 64 4F 0 37 E 8A 47 34
Octal 57 334 144 117 0 67 16 212 107 64
Binary 101111 11011100 1100100 1001111 0 110111 1110 10001010 1000111 110100

Color Harmonies of #2FDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC64

Black with #2FDC64

Text Example


Text Example

White with #2FDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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