Html Css Color HEX #2EDA71 Emerald

📋 copy color: '#2EDA71'

red 46 ◦ green 218 ◦ blue 113

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

Shades of Emerald #2EDA71

Tints of Emerald #2EDA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 57.82%

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 12.2%
G = 57.82%
B = 29.97%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#2EDA71 (or 0x2EDA71) is known color: Emerald. HEX triplet: 2E, DA and 71. RGB value is (46,218,113). Sum of RGB (Red+Green+Blue) = 46+218+113=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 218 (85.55% from 255 or 57.82% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDA71 is #D1258E. Grayscale: #9A9A9A. Windows color (decimal): -13706639 or 7461422. OLE color: 7461422.

HSL color Cylindrical-coordinate representation of color #2EDA71: hue angle of 143.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDA71 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 46 218 113 -
CMYK 0.79 0 0.48 0.15
HSL 143.37º 0.7% 0.52% -
HSV(B) 143.37º 0.79% 0.85% -
XYZ 29.18 51.92 24.11 -
YUV 154.6 104.52 50.54 -
System Red Green Blue C M Y K H S L
Decimal 46 218 113 0.79 0 0.48 0.15 143.37 0.7 0.52
Hex 2E DA 71 4F 0 30 F 8F 46 34
Octal 56 332 161 117 0 60 17 217 106 64
Binary 101110 11011010 1110001 1001111 0 110000 1111 10001111 1000110 110100

Color Harmonies of #2EDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA71

Black with #2EDA71

Text Example


Text Example

White with #2EDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,218,113); }

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

background-color css

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

 a { background-color: rgb(46,218,113); }

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

border-color css

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

 span { border-color: rgb(46,218,113); }

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