Html Css Color HEX #2ED76E Emerald

📋 copy color: '#2ED76E'

red 46 ◦ green 215 ◦ blue 110

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

Shades of Emerald #2ED76E

Tints of Emerald #2ED76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 12.4%
G = 57.95%
B = 29.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#2ED76E (or 0x2ED76E) is known color: Emerald. HEX triplet: 2E, D7 and 6E. RGB value is (46,215,110). Sum of RGB (Red+Green+Blue) = 46+215+110=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 215 (84.38% from 255 or 57.95% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED76E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED76E is #D12891. Grayscale: #989898. Windows color (decimal): -13707410 or 7264046. OLE color: 7264046.

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

Color convert

RGB 46 215 110 -
CMYK 0.79 0 0.49 0.16
HSL 142.72º 0.68% 0.51% -
HSV(B) 142.72º 0.79% 0.84% -
XYZ 28.24 50.31 22.97 -
YUV 152.5 104.01 52.04 -
System Red Green Blue C M Y K H S L
Decimal 46 215 110 0.79 0 0.49 0.16 142.72 0.68 0.51
Hex 2E D7 6E 4F 0 31 10 8F 44 33
Octal 56 327 156 117 0 61 20 217 104 63
Binary 101110 11010111 1101110 1001111 0 110001 10000 10001111 1000100 110011

Color Harmonies of #2ED76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED76E

Black with #2ED76E

Text Example


Text Example

White with #2ED76E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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