Html Css Color HEX #2ED677 Emerald

📋 copy color: '#2ED677'

red 46 ◦ green 214 ◦ blue 119

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

Shades of Emerald #2ED677

Tints of Emerald #2ED677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 12.14%
G = 56.46%
B = 31.4%

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

#2ED677 (or 0x2ED677) is known color: Emerald. HEX triplet: 2E, D6 and 77. RGB value is (46,214,119). Sum of RGB (Red+Green+Blue) = 46+214+119=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED677 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED677 is #D12988. Grayscale: #999999. Windows color (decimal): -13707657 or 7853614. OLE color: 7853614.

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

Color convert

RGB 46 214 119 -
CMYK 0.79 0 0.44 0.16
HSL 146.07º 0.67% 0.51% -
HSV(B) 146.07º 0.79% 0.84% -
XYZ 28.5 50.01 25.6 -
YUV 152.94 108.84 51.72 -
System Red Green Blue C M Y K H S L
Decimal 46 214 119 0.79 0 0.44 0.16 146.07 0.67 0.51
Hex 2E D6 77 4F 0 2C 10 92 43 33
Octal 56 326 167 117 0 54 20 222 103 63
Binary 101110 11010110 1110111 1001111 0 101100 10000 10010010 1000011 110011

Color Harmonies of #2ED677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED677

Black with #2ED677

Text Example


Text Example

White with #2ED677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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