Html Css Color HEX #2ED676 Emerald

📋 copy color: '#2ED676'

red 46 ◦ green 214 ◦ blue 118

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

Shades of Emerald #2ED676

Tints of Emerald #2ED676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.61%

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

R = 12.17%
G = 56.61%
B = 31.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#2ED676 (or 0x2ED676) is known color: Emerald. HEX triplet: 2E, D6 and 76. RGB value is (46,214,118). Sum of RGB (Red+Green+Blue) = 46+214+118=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 214 (83.98% from 255 or 56.61% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED676 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED676 is #D12989. Grayscale: #999999. Windows color (decimal): -13707658 or 7788078. OLE color: 7788078.

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

Color convert

RGB 46 214 118 -
CMYK 0.79 0 0.45 0.16
HSL 145.71º 0.67% 0.51% -
HSV(B) 145.71º 0.79% 0.84% -
XYZ 28.44 49.98 25.29 -
YUV 152.82 108.34 51.81 -
System Red Green Blue C M Y K H S L
Decimal 46 214 118 0.79 0 0.45 0.16 145.71 0.67 0.51
Hex 2E D6 76 4F 0 2D 10 92 43 33
Octal 56 326 166 117 0 55 20 222 103 63
Binary 101110 11010110 1110110 1001111 0 101101 10000 10010010 1000011 110011

Color Harmonies of #2ED676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED676

Black with #2ED676

Text Example


Text Example

White with #2ED676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,214,118); }

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

background-color css

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

 a { background-color: rgb(46,214,118); }

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

border-color css

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

 span { border-color: rgb(46,214,118); }

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