Html Css Color HEX #2FD978 Emerald

📋 copy color: '#2FD978'

red 47 ◦ green 217 ◦ blue 120

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

Shades of Emerald #2FD978

Tints of Emerald #2FD978

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.51%

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 12.24%
G = 56.51%
B = 31.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#2FD978 (or 0x2FD978) is known color: Emerald. HEX triplet: 2F, D9 and 78. RGB value is (47,217,120). Sum of RGB (Red+Green+Blue) = 47+217+120=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD978 is #D02687. Grayscale: #9B9B9B. Windows color (decimal): -13641352 or 7919919. OLE color: 7919919.

HSL color Cylindrical-coordinate representation of color #2FD978: hue angle of 145.76º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD978 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 120 -
CMYK 0.78 0 0.45 0.15
HSL 145.76º 0.69% 0.52% -
HSV(B) 145.76º 0.78% 0.85% -
XYZ 29.38 51.59 26.18 -
YUV 155.11 108.18 50.89 -
System Red Green Blue C M Y K H S L
Decimal 47 217 120 0.78 0 0.45 0.15 145.76 0.69 0.52
Hex 2F D9 78 4E 0 2D F 92 45 34
Octal 57 331 170 116 0 55 17 222 105 64
Binary 101111 11011001 1111000 1001110 0 101101 1111 10010010 1000101 110100

Color Harmonies of #2FD978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD978

Black with #2FD978

Text Example


Text Example

White with #2FD978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,217,120); }

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

background-color css

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

 a { background-color: rgb(47,217,120); }

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

border-color css

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

 span { border-color: rgb(47,217,120); }

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