Html Css Color HEX #2FDC60 Malachite

📋 copy color: '#2FDC60'

red 47 ◦ green 220 ◦ blue 96

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

Shades of Malachite #2FDC60

Tints of Malachite #2FDC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.45%

R = 12.95%
G = 60.61%
B = 26.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#2FDC60 (or 0x2FDC60) is known color: Malachite. HEX triplet: 2F, DC and 60. RGB value is (47,220,96). Sum of RGB (Red+Green+Blue) = 47+220+96=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC60 is #D0239F. Grayscale: #9A9A9A. Windows color (decimal): -13640608 or 6347823. OLE color: 6347823.

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

Color convert

RGB 47 220 96 -
CMYK 0.79 0 0.56 0.14
HSL 136.99º 0.71% 0.52% -
HSV(B) 136.99º 0.79% 0.86% -
XYZ 28.88 52.64 19.7 -
YUV 154.14 95.19 51.58 -
System Red Green Blue C M Y K H S L
Decimal 47 220 96 0.79 0 0.56 0.14 136.99 0.71 0.52
Hex 2F DC 60 4F 0 38 E 89 47 34
Octal 57 334 140 117 0 70 16 211 107 64
Binary 101111 11011100 1100000 1001111 0 111000 1110 10001001 1000111 110100

Color Harmonies of #2FDC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC60

Black with #2FDC60

Text Example


Text Example

White with #2FDC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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