Html Css Color HEX #2FDC71 Emerald

📋 copy color: '#2FDC71'

red 47 ◦ green 220 ◦ blue 113

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

Shades of Emerald #2FDC71

Tints of Emerald #2FDC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 12.37%
G = 57.89%
B = 29.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#2FDC71 (or 0x2FDC71) is known color: Emerald. HEX triplet: 2F, DC and 71. RGB value is (47,220,113). Sum of RGB (Red+Green+Blue) = 47+220+113=380 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.37% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC71 is #D0238E. Grayscale: #9C9C9C. Windows color (decimal): -13640591 or 7461935. OLE color: 7461935.

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

Color convert

RGB 47 220 113 -
CMYK 0.79 0 0.49 0.14
HSL 142.89º 0.71% 0.52% -
HSV(B) 142.89º 0.79% 0.86% -
XYZ 29.75 52.98 24.28 -
YUV 156.08 103.69 50.2 -
System Red Green Blue C M Y K H S L
Decimal 47 220 113 0.79 0 0.49 0.14 142.89 0.71 0.52
Hex 2F DC 71 4F 0 31 E 8F 47 34
Octal 57 334 161 117 0 61 16 217 107 64
Binary 101111 11011100 1110001 1001111 0 110001 1110 10001111 1000111 110100

Color Harmonies of #2FDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC71

Black with #2FDC71

Text Example


Text Example

White with #2FDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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