Html Css Color HEX #2EDD76 Emerald

📋 copy color: '#2EDD76'

red 46 ◦ green 221 ◦ blue 118

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

Shades of Emerald #2EDD76

Tints of Emerald #2EDD76

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.4%

 BLUE value IS 118 (46.48% from 255) = 30.65%

R = 11.95%
G = 57.4%
B = 30.65%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#2EDD76 (or 0x2EDD76) is known color: Emerald. HEX triplet: 2E, DD and 76. RGB value is (46,221,118). Sum of RGB (Red+Green+Blue) = 46+221+118=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD76 is #D12289. Grayscale: #9D9D9D. Windows color (decimal): -13705866 or 7789870. OLE color: 7789870.

HSL color Cylindrical-coordinate representation of color #2EDD76: hue angle of 144.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD76 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 118 -
CMYK 0.79 0 0.47 0.13
HSL 144.69º 0.72% 0.52% -
HSV(B) 144.69º 0.79% 0.87% -
XYZ 30.25 53.6 25.89 -
YUV 156.93 106.02 48.88 -
System Red Green Blue C M Y K H S L
Decimal 46 221 118 0.79 0 0.47 0.13 144.69 0.72 0.52
Hex 2E DD 76 4F 0 2F D 91 48 34
Octal 56 335 166 117 0 57 15 221 110 64
Binary 101110 11011101 1110110 1001111 0 101111 1101 10010001 1001000 110100

Color Harmonies of #2EDD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD76

Black with #2EDD76

Text Example


Text Example

White with #2EDD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,221,118); }

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

background-color css

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

 a { background-color: rgb(46,221,118); }

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

border-color css

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

 span { border-color: rgb(46,221,118); }

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