Html Css Color HEX #2FDC70 Emerald

📋 copy color: '#2FDC70'

red 47 ◦ green 220 ◦ blue 112

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

Shades of Emerald #2FDC70

Tints of Emerald #2FDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 12.4%
G = 58.05%
B = 29.55%

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

#2FDC70 (or 0x2FDC70) is known color: Emerald. HEX triplet: 2F, DC and 70. RGB value is (47,220,112). Sum of RGB (Red+Green+Blue) = 47+220+112=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC70 is #D0238F. Grayscale: #9C9C9C. Windows color (decimal): -13640592 or 7396399. OLE color: 7396399.

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

Color convert

RGB 47 220 112 -
CMYK 0.79 0 0.49 0.14
HSL 142.54º 0.71% 0.52% -
HSV(B) 142.54º 0.79% 0.86% -
XYZ 29.69 52.96 23.99 -
YUV 155.96 103.19 50.28 -
System Red Green Blue C M Y K H S L
Decimal 47 220 112 0.79 0 0.49 0.14 142.54 0.71 0.52
Hex 2F DC 70 4F 0 31 E 8F 47 34
Octal 57 334 160 117 0 61 16 217 107 64
Binary 101111 11011100 1110000 1001111 0 110001 1110 10001111 1000111 110100

Color Harmonies of #2FDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC70

Black with #2FDC70

Text Example


Text Example

White with #2FDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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