Html Css Color HEX #2ED76C Emerald

📋 copy color: '#2ED76C'

red 46 ◦ green 215 ◦ blue 108

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

Shades of Emerald #2ED76C

Tints of Emerald #2ED76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 12.47%
G = 58.27%
B = 29.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#2ED76C (or 0x2ED76C) is known color: Emerald. HEX triplet: 2E, D7 and 6C. RGB value is (46,215,108). Sum of RGB (Red+Green+Blue) = 46+215+108=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED76C is #D12893. Grayscale: #989898. Windows color (decimal): -13707412 or 7132974. OLE color: 7132974.

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

Color convert

RGB 46 215 108 -
CMYK 0.79 0 0.50 0.16
HSL 142.01º 0.68% 0.51% -
HSV(B) 142.01º 0.79% 0.84% -
XYZ 28.13 50.26 22.41 -
YUV 152.27 103.01 52.2 -
System Red Green Blue C M Y K H S L
Decimal 46 215 108 0.79 0 0.50 0.16 142.01 0.68 0.51
Hex 2E D7 6C 4F 0 32 10 8E 44 33
Octal 56 327 154 117 0 62 20 216 104 63
Binary 101110 11010111 1101100 1001111 0 110010 10000 10001110 1000100 110011

Color Harmonies of #2ED76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED76C

Black with #2ED76C

Text Example


Text Example

White with #2ED76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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