Html Css Color HEX #2ED779 Emerald

📋 copy color: '#2ED779'

red 46 ◦ green 215 ◦ blue 121

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

Shades of Emerald #2ED779

Tints of Emerald #2ED779

RGB

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

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

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

R = 12.04%
G = 56.28%
B = 31.68%

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

#2ED779 (or 0x2ED779) is known color: Emerald. HEX triplet: 2E, D7 and 79. RGB value is (46,215,121). Sum of RGB (Red+Green+Blue) = 46+215+121=382 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.04% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED779 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED779 is #D12886. Grayscale: #999999. Windows color (decimal): -13707399 or 7984942. OLE color: 7984942.

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

Color convert

RGB 46 215 121 -
CMYK 0.79 0 0.44 0.16
HSL 146.63º 0.68% 0.51% -
HSV(B) 146.63º 0.79% 0.84% -
XYZ 28.88 50.56 26.33 -
YUV 153.75 109.51 51.14 -
System Red Green Blue C M Y K H S L
Decimal 46 215 121 0.79 0 0.44 0.16 146.63 0.68 0.51
Hex 2E D7 79 4F 0 2C 10 93 44 33
Octal 56 327 171 117 0 54 20 223 104 63
Binary 101110 11010111 1111001 1001111 0 101100 10000 10010011 1000100 110011

Color Harmonies of #2ED779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED779

Black with #2ED779

Text Example


Text Example

White with #2ED779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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