Html Css Color HEX #2ED774 Emerald

📋 copy color: '#2ED774'

red 46 ◦ green 215 ◦ blue 116

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

Shades of Emerald #2ED774

Tints of Emerald #2ED774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 12.2%
G = 57.03%
B = 30.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#2ED774 (or 0x2ED774) is known color: Emerald. HEX triplet: 2E, D7 and 74. RGB value is (46,215,116). Sum of RGB (Red+Green+Blue) = 46+215+116=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED774 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED774 is #D1288B. Grayscale: #999999. Windows color (decimal): -13707404 or 7657262. OLE color: 7657262.

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

Color convert

RGB 46 215 116 -
CMYK 0.79 0 0.46 0.16
HSL 144.85º 0.68% 0.51% -
HSV(B) 144.85º 0.79% 0.84% -
XYZ 28.58 50.44 24.75 -
YUV 153.18 107.01 51.55 -
System Red Green Blue C M Y K H S L
Decimal 46 215 116 0.79 0 0.46 0.16 144.85 0.68 0.51
Hex 2E D7 74 4F 0 2E 10 91 44 33
Octal 56 327 164 117 0 56 20 221 104 63
Binary 101110 11010111 1110100 1001111 0 101110 10000 10010001 1000100 110011

Color Harmonies of #2ED774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED774

Black with #2ED774

Text Example


Text Example

White with #2ED774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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