Html Css Color HEX #2EB983 Jungle Green

📋 copy color: '#2EB983'

red 46 ◦ green 185 ◦ blue 131

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

Shades of Jungle Green #2EB983

Tints of Jungle Green #2EB983

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.1%

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 12.71%
G = 51.1%
B = 36.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#2EB983 (or 0x2EB983) is known color: Jungle Green. HEX triplet: 2E, B9 and 83. RGB value is (46,185,131). Sum of RGB (Red+Green+Blue) = 46+185+131=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 185 (72.66% from 255 or 51.10% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB983 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB983 is #D1467C. Grayscale: #898989. Windows color (decimal): -13715069 or 8632622. OLE color: 8632622.

HSL color Cylindrical-coordinate representation of color #2EB983: hue angle of 156.69º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB983 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 131 -
CMYK 0.75 0 0.29 0.27
HSL 156.69º 0.6% 0.45% -
HSV(B) 156.69º 0.75% 0.73% -
XYZ 22.57 36.92 27.41 -
YUV 137.28 124.45 62.89 -
System Red Green Blue C M Y K H S L
Decimal 46 185 131 0.75 0 0.29 0.27 156.69 0.6 0.45
Hex 2E B9 83 4B 0 1D 1B 9D 3C 2D
Octal 56 271 203 113 0 35 33 235 74 55
Binary 101110 10111001 10000011 1001011 0 11101 11011 10011101 111100 101101

Color Harmonies of #2EB983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB983

Black with #2EB983

Text Example


Text Example

White with #2EB983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,185,131); }

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

background-color css

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

 a { background-color: rgb(46,185,131); }

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

border-color css

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

 span { border-color: rgb(46,185,131); }

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