Html Css Color HEX #2FDD76 Emerald

📋 copy color: '#2FDD76'

red 47 ◦ green 221 ◦ blue 118

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

Shades of Emerald #2FDD76

Tints of Emerald #2FDD76

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.25%

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 12.18%
G = 57.25%
B = 30.57%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#2FDD76 (or 0x2FDD76) is known color: Emerald. HEX triplet: 2F, DD and 76. RGB value is (47,221,118). Sum of RGB (Red+Green+Blue) = 47+221+118=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDD76 is #D02289. Grayscale: #9D9D9D. Windows color (decimal): -13640330 or 7789871. OLE color: 7789871.

HSL color Cylindrical-coordinate representation of color #2FDD76: hue angle of 144.48º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDD76 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 118 -
CMYK 0.79 0 0.47 0.13
HSL 144.48º 0.72% 0.53% -
HSV(B) 144.48º 0.79% 0.87% -
XYZ 30.3 53.63 25.89 -
YUV 157.23 105.85 49.38 -
System Red Green Blue C M Y K H S L
Decimal 47 221 118 0.79 0 0.47 0.13 144.48 0.72 0.53
Hex 2F DD 76 4F 0 2F D 90 48 35
Octal 57 335 166 117 0 57 15 220 110 65
Binary 101111 11011101 1110110 1001111 0 101111 1101 10010000 1001000 110101

Color Harmonies of #2FDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD76

Black with #2FDD76

Text Example


Text Example

White with #2FDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,221,118); }

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

background-color css

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

 a { background-color: rgb(47,221,118); }

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

border-color css

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

 span { border-color: rgb(47,221,118); }

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