Html Css Color HEX #2FDC62 Malachite

📋 copy color: '#2FDC62'

red 47 ◦ green 220 ◦ blue 98

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

Shades of Malachite #2FDC62

Tints of Malachite #2FDC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 12.88%
G = 60.27%
B = 26.85%

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

#2FDC62 (or 0x2FDC62) is known color: Malachite. HEX triplet: 2F, DC and 62. RGB value is (47,220,98). Sum of RGB (Red+Green+Blue) = 47+220+98=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC62 is #D0239D. Grayscale: #9A9A9A. Windows color (decimal): -13640606 or 6478895. OLE color: 6478895.

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

Color convert

RGB 47 220 98 -
CMYK 0.79 0 0.55 0.14
HSL 137.69º 0.71% 0.52% -
HSV(B) 137.69º 0.79% 0.86% -
XYZ 28.97 52.67 20.2 -
YUV 154.37 96.19 51.42 -
System Red Green Blue C M Y K H S L
Decimal 47 220 98 0.79 0 0.55 0.14 137.69 0.71 0.52
Hex 2F DC 62 4F 0 37 E 8A 47 34
Octal 57 334 142 117 0 67 16 212 107 64
Binary 101111 11011100 1100010 1001111 0 110111 1110 10001010 1000111 110100

Color Harmonies of #2FDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC62

Black with #2FDC62

Text Example


Text Example

White with #2FDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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