Html Css Color HEX #2EDC79 Emerald

📋 copy color: '#2EDC79'

red 46 ◦ green 220 ◦ blue 121

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

Shades of Emerald #2EDC79

Tints of Emerald #2EDC79

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.85%

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 11.89%
G = 56.85%
B = 31.27%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#2EDC79 (or 0x2EDC79) is known color: Emerald. HEX triplet: 2E, DC and 79. RGB value is (46,220,121). Sum of RGB (Red+Green+Blue) = 46+220+121=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDC79 is #D12386. Grayscale: #9C9C9C. Windows color (decimal): -13706119 or 7986222. OLE color: 7986222.

HSL color Cylindrical-coordinate representation of color #2EDC79: hue angle of 145.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDC79 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 220 121 -
CMYK 0.79 0 0.45 0.14
HSL 145.86º 0.71% 0.52% -
HSV(B) 145.86º 0.79% 0.86% -
XYZ 30.17 53.15 26.76 -
YUV 156.69 107.85 49.05 -
System Red Green Blue C M Y K H S L
Decimal 46 220 121 0.79 0 0.45 0.14 145.86 0.71 0.52
Hex 2E DC 79 4F 0 2D E 92 47 34
Octal 56 334 171 117 0 55 16 222 107 64
Binary 101110 11011100 1111001 1001111 0 101101 1110 10010010 1000111 110100

Color Harmonies of #2EDC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDC79

Black with #2EDC79

Text Example


Text Example

White with #2EDC79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,220,121); }

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

background-color css

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

 a { background-color: rgb(46,220,121); }

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

border-color css

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

 span { border-color: rgb(46,220,121); }

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