Html Css Color HEX #2ED76F Emerald

📋 copy color: '#2ED76F'

red 46 ◦ green 215 ◦ blue 111

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

Shades of Emerald #2ED76F

Tints of Emerald #2ED76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 12.37%
G = 57.8%
B = 29.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#2ED76F (or 0x2ED76F) is known color: Emerald. HEX triplet: 2E, D7 and 6F. RGB value is (46,215,111). Sum of RGB (Red+Green+Blue) = 46+215+111=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED76F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED76F is #D12890. Grayscale: #989898. Windows color (decimal): -13707409 or 7329582. OLE color: 7329582.

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

Color convert

RGB 46 215 111 -
CMYK 0.79 0 0.48 0.16
HSL 143.08º 0.68% 0.51% -
HSV(B) 143.08º 0.79% 0.84% -
XYZ 28.3 50.33 23.26 -
YUV 152.61 104.51 51.96 -
System Red Green Blue C M Y K H S L
Decimal 46 215 111 0.79 0 0.48 0.16 143.08 0.68 0.51
Hex 2E D7 6F 4F 0 30 10 8F 44 33
Octal 56 327 157 117 0 60 20 217 104 63
Binary 101110 11010111 1101111 1001111 0 110000 10000 10001111 1000100 110011

Color Harmonies of #2ED76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED76F

Black with #2ED76F

Text Example


Text Example

White with #2ED76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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