Html Css Color HEX #2FDC6C Emerald

📋 copy color: '#2FDC6C'

red 47 ◦ green 220 ◦ blue 108

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

Shades of Emerald #2FDC6C

Tints of Emerald #2FDC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 12.53%
G = 58.67%
B = 28.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#2FDC6C (or 0x2FDC6C) is known color: Emerald. HEX triplet: 2F, DC and 6C. RGB value is (47,220,108). Sum of RGB (Red+Green+Blue) = 47+220+108=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC6C is #D02393. Grayscale: #9B9B9B. Windows color (decimal): -13640596 or 7134255. OLE color: 7134255.

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

Color convert

RGB 47 220 108 -
CMYK 0.79 0 0.51 0.14
HSL 141.16º 0.71% 0.52% -
HSV(B) 141.16º 0.79% 0.86% -
XYZ 29.47 52.87 22.84 -
YUV 155.51 101.19 50.61 -
System Red Green Blue C M Y K H S L
Decimal 47 220 108 0.79 0 0.51 0.14 141.16 0.71 0.52
Hex 2F DC 6C 4F 0 33 E 8D 47 34
Octal 57 334 154 117 0 63 16 215 107 64
Binary 101111 11011100 1101100 1001111 0 110011 1110 10001101 1000111 110100

Color Harmonies of #2FDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDC6C

Black with #2FDC6C

Text Example


Text Example

White with #2FDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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