Html Css Color HEX #2EC084 Jungle Green

📋 copy color: '#2EC084'

red 46 ◦ green 192 ◦ blue 132

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

Shades of Jungle Green #2EC084

Tints of Jungle Green #2EC084

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.89%

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 12.43%
G = 51.89%
B = 35.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#2EC084 (or 0x2EC084) is known color: Jungle Green. HEX triplet: 2E, C0 and 84. RGB value is (46,192,132). Sum of RGB (Red+Green+Blue) = 46+192+132=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC084 is #D13F7B. Grayscale: #8D8D8D. Windows color (decimal): -13713276 or 8699950. OLE color: 8699950.

HSL color Cylindrical-coordinate representation of color #2EC084: hue angle of 155.34º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC084 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 46 192 132 -
CMYK 0.76 0 0.31 0.25
HSL 155.34º 0.61% 0.47% -
HSV(B) 155.34º 0.76% 0.75% -
XYZ 24.14 39.95 28.27 -
YUV 141.51 122.63 59.88 -
System Red Green Blue C M Y K H S L
Decimal 46 192 132 0.76 0 0.31 0.25 155.34 0.61 0.47
Hex 2E C0 84 4C 0 1F 19 9B 3D 2F
Octal 56 300 204 114 0 37 31 233 75 57
Binary 101110 11000000 10000100 1001100 0 11111 11001 10011011 111101 101111

Color Harmonies of #2EC084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC084

Black with #2EC084

Text Example


Text Example

White with #2EC084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,192,132); }

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

background-color css

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

 a { background-color: rgb(46,192,132); }

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

border-color css

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

 span { border-color: rgb(46,192,132); }

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