Html Css Color HEX #2ED86D Emerald

📋 copy color: '#2ED86D'

red 46 ◦ green 216 ◦ blue 109

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

Shades of Emerald #2ED86D

Tints of Emerald #2ED86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 58.22%

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 12.4%
G = 58.22%
B = 29.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#2ED86D (or 0x2ED86D) is known color: Emerald. HEX triplet: 2E, D8 and 6D. RGB value is (46,216,109). Sum of RGB (Red+Green+Blue) = 46+216+109=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED86D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED86D is #D12792. Grayscale: #999999. Windows color (decimal): -13707155 or 7198766. OLE color: 7198766.

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

Color convert

RGB 46 216 109 -
CMYK 0.79 0 0.50 0.15
HSL 142.24º 0.69% 0.51% -
HSV(B) 142.24º 0.79% 0.85% -
XYZ 28.44 50.8 22.77 -
YUV 152.97 103.18 51.7 -
System Red Green Blue C M Y K H S L
Decimal 46 216 109 0.79 0 0.50 0.15 142.24 0.69 0.51
Hex 2E D8 6D 4F 0 32 F 8E 45 33
Octal 56 330 155 117 0 62 17 216 105 63
Binary 101110 11011000 1101101 1001111 0 110010 1111 10001110 1000101 110011

Color Harmonies of #2ED86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED86D

Black with #2ED86D

Text Example


Text Example

White with #2ED86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,216,109); }

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

background-color css

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

 a { background-color: rgb(46,216,109); }

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

border-color css

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

 span { border-color: rgb(46,216,109); }

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