Html Css Color HEX #2FDC65 Malachite

📋 copy color: '#2FDC65'

red 47 ◦ green 220 ◦ blue 101

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

Shades of Malachite #2FDC65

Tints of Malachite #2FDC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 12.77%
G = 59.78%
B = 27.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#2FDC65 (or 0x2FDC65) is known color: Malachite. HEX triplet: 2F, DC and 65. RGB value is (47,220,101). Sum of RGB (Red+Green+Blue) = 47+220+101=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC65 is #D0239A. Grayscale: #9B9B9B. Windows color (decimal): -13640603 or 6675503. OLE color: 6675503.

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

Color convert

RGB 47 220 101 -
CMYK 0.79 0 0.54 0.14
HSL 138.73º 0.71% 0.52% -
HSV(B) 138.73º 0.79% 0.86% -
XYZ 29.11 52.73 20.96 -
YUV 154.71 97.69 51.18 -
System Red Green Blue C M Y K H S L
Decimal 47 220 101 0.79 0 0.54 0.14 138.73 0.71 0.52
Hex 2F DC 65 4F 0 36 E 8B 47 34
Octal 57 334 145 117 0 66 16 213 107 64
Binary 101111 11011100 1100101 1001111 0 110110 1110 10001011 1000111 110100

Color Harmonies of #2FDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC65

Black with #2FDC65

Text Example


Text Example

White with #2FDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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