Html Css Color HEX #2EDA72 Emerald

📋 copy color: '#2EDA72'

red 46 ◦ green 218 ◦ blue 114

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

Shades of Emerald #2EDA72

Tints of Emerald #2EDA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 12.17%
G = 57.67%
B = 30.16%

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

#2EDA72 (or 0x2EDA72) is known color: Emerald. HEX triplet: 2E, DA and 72. RGB value is (46,218,114). Sum of RGB (Red+Green+Blue) = 46+218+114=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDA72 is #D1258D. Grayscale: #9A9A9A. Windows color (decimal): -13706638 or 7526958. OLE color: 7526958.

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

Color convert

RGB 46 218 114 -
CMYK 0.79 0 0.48 0.15
HSL 143.72º 0.7% 0.52% -
HSV(B) 143.72º 0.79% 0.85% -
XYZ 29.24 51.94 24.4 -
YUV 154.72 105.02 50.46 -
System Red Green Blue C M Y K H S L
Decimal 46 218 114 0.79 0 0.48 0.15 143.72 0.7 0.52
Hex 2E DA 72 4F 0 30 F 90 46 34
Octal 56 332 162 117 0 60 17 220 106 64
Binary 101110 11011010 1110010 1001111 0 110000 1111 10010000 1000110 110100

Color Harmonies of #2EDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDA72

Black with #2EDA72

Text Example


Text Example

White with #2EDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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