Html Css Color HEX #2FD878 Emerald

📋 copy color: '#2FD878'

red 47 ◦ green 216 ◦ blue 120

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

Shades of Emerald #2FD878

Tints of Emerald #2FD878

RGB

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

 GREEN value IS 216 (84.77% from 255) = 56.4%

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

R = 12.27%
G = 56.4%
B = 31.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#2FD878 (or 0x2FD878) is known color: Emerald. HEX triplet: 2F, D8 and 78. RGB value is (47,216,120). Sum of RGB (Red+Green+Blue) = 47+216+120=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD878 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD878 is #D02787. Grayscale: #9A9A9A. Windows color (decimal): -13641608 or 7919663. OLE color: 7919663.

HSL color Cylindrical-coordinate representation of color #2FD878: hue angle of 145.92º degrees, saturation: 0.68, 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 #2FD878 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 216 120 -
CMYK 0.78 0 0.44 0.15
HSL 145.92º 0.68% 0.52% -
HSV(B) 145.92º 0.78% 0.85% -
XYZ 29.12 51.07 26.09 -
YUV 154.53 108.51 51.31 -
System Red Green Blue C M Y K H S L
Decimal 47 216 120 0.78 0 0.44 0.15 145.92 0.68 0.52
Hex 2F D8 78 4E 0 2C F 92 44 34
Octal 57 330 170 116 0 54 17 222 104 64
Binary 101111 11011000 1111000 1001110 0 101100 1111 10010010 1000100 110100

Color Harmonies of #2FD878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD878

Black with #2FD878

Text Example


Text Example

White with #2FD878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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