Html Css Color HEX #2ED778 Emerald

📋 copy color: '#2ED778'

red 46 ◦ green 215 ◦ blue 120

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

Shades of Emerald #2ED778

Tints of Emerald #2ED778

RGB

 RED value IS 46 (18.36% from 255) = 12.07%

 GREEN value IS 215 (84.38% from 255) = 56.43%

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

R = 12.07%
G = 56.43%
B = 31.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#2ED778 (or 0x2ED778) is known color: Emerald. HEX triplet: 2E, D7 and 78. RGB value is (46,215,120). Sum of RGB (Red+Green+Blue) = 46+215+120=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED778 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED778 is #D12887. Grayscale: #999999. Windows color (decimal): -13707400 or 7919406. OLE color: 7919406.

HSL color Cylindrical-coordinate representation of color #2ED778: hue angle of 146.27º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED778 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 46 215 120 -
CMYK 0.79 0 0.44 0.16
HSL 146.27º 0.68% 0.51% -
HSV(B) 146.27º 0.79% 0.84% -
XYZ 28.82 50.54 26.01 -
YUV 153.64 109.01 51.22 -
System Red Green Blue C M Y K H S L
Decimal 46 215 120 0.79 0 0.44 0.16 146.27 0.68 0.51
Hex 2E D7 78 4F 0 2C 10 92 44 33
Octal 56 327 170 117 0 54 20 222 104 63
Binary 101110 11010111 1111000 1001111 0 101100 10000 10010010 1000100 110011

Color Harmonies of #2ED778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED778

Black with #2ED778

Text Example


Text Example

White with #2ED778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,215,120); }

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

background-color css

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

 a { background-color: rgb(46,215,120); }

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

border-color css

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

 span { border-color: rgb(46,215,120); }

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