Html Css Color HEX #2FDC77 Emerald

📋 copy color: '#2FDC77'

red 47 ◦ green 220 ◦ blue 119

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

Shades of Emerald #2FDC77

Tints of Emerald #2FDC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 12.18%
G = 56.99%
B = 30.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#2FDC77 (or 0x2FDC77) is known color: Emerald. HEX triplet: 2F, DC and 77. RGB value is (47,220,119). Sum of RGB (Red+Green+Blue) = 47+220+119=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC77 is #D02388. Grayscale: #9C9C9C. Windows color (decimal): -13640585 or 7855151. OLE color: 7855151.

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

Color convert

RGB 47 220 119 -
CMYK 0.79 0 0.46 0.14
HSL 144.97º 0.71% 0.52% -
HSV(B) 144.97º 0.79% 0.86% -
XYZ 30.1 53.12 26.12 -
YUV 156.76 106.69 49.71 -
System Red Green Blue C M Y K H S L
Decimal 47 220 119 0.79 0 0.46 0.14 144.97 0.71 0.52
Hex 2F DC 77 4F 0 2E E 91 47 34
Octal 57 334 167 117 0 56 16 221 107 64
Binary 101111 11011100 1110111 1001111 0 101110 1110 10010001 1000111 110100

Color Harmonies of #2FDC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC77

Black with #2FDC77

Text Example


Text Example

White with #2FDC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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