Html Css Color HEX #2EB58D Jungle Green

📋 copy color: '#2EB58D'

red 46 ◦ green 181 ◦ blue 141

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

Shades of Jungle Green #2EB58D

Tints of Jungle Green #2EB58D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.18%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 12.5%
G = 49.18%
B = 38.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#2EB58D (or 0x2EB58D) is known color: Jungle Green. HEX triplet: 2E, B5 and 8D. RGB value is (46,181,141). Sum of RGB (Red+Green+Blue) = 46+181+141=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB58D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB58D is #D14A72. Grayscale: #888888. Windows color (decimal): -13716083 or 9286958. OLE color: 9286958.

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

Color convert

RGB 46 181 141 -
CMYK 0.75 0 0.22 0.29
HSL 162.22º 0.59% 0.45% -
HSV(B) 162.22º 0.75% 0.71% -
XYZ 22.46 35.55 30.88 -
YUV 136.08 130.77 63.75 -
System Red Green Blue C M Y K H S L
Decimal 46 181 141 0.75 0 0.22 0.29 162.22 0.59 0.45
Hex 2E B5 8D 4B 0 16 1D A2 3B 2D
Octal 56 265 215 113 0 26 35 242 73 55
Binary 101110 10110101 10001101 1001011 0 10110 11101 10100010 111011 101101

Color Harmonies of #2EB58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB58D

Black with #2EB58D

Text Example


Text Example

White with #2EB58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,181,141); }

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

background-color css

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

 a { background-color: rgb(46,181,141); }

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

border-color css

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

 span { border-color: rgb(46,181,141); }

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