Html Css Color HEX #2EDD78 Emerald

📋 copy color: '#2EDD78'

red 46 ◦ green 221 ◦ blue 120

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

Shades of Emerald #2EDD78

Tints of Emerald #2EDD78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 11.89%
G = 57.11%
B = 31.01%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#2EDD78 (or 0x2EDD78) is known color: Emerald. HEX triplet: 2E, DD and 78. RGB value is (46,221,120). Sum of RGB (Red+Green+Blue) = 46+221+120=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD78 is #D12287. Grayscale: #9D9D9D. Windows color (decimal): -13705864 or 7920942. OLE color: 7920942.

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

Color convert

RGB 46 221 120 -
CMYK 0.79 0 0.46 0.13
HSL 145.37º 0.72% 0.52% -
HSV(B) 145.37º 0.79% 0.87% -
XYZ 30.37 53.65 26.52 -
YUV 157.16 107.02 48.71 -
System Red Green Blue C M Y K H S L
Decimal 46 221 120 0.79 0 0.46 0.13 145.37 0.72 0.52
Hex 2E DD 78 4F 0 2E D 91 48 34
Octal 56 335 170 117 0 56 15 221 110 64
Binary 101110 11011101 1111000 1001111 0 101110 1101 10010001 1001000 110100

Color Harmonies of #2EDD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDD78

Black with #2EDD78

Text Example


Text Example

White with #2EDD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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