Html Css Color HEX #2EBC8D Jungle Green

📋 copy color: '#2EBC8D'

red 46 ◦ green 188 ◦ blue 141

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

Shades of Jungle Green #2EBC8D

Tints of Jungle Green #2EBC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.13%

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

R = 12.27%
G = 50.13%
B = 37.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#2EBC8D (or 0x2EBC8D) is known color: Jungle Green. HEX triplet: 2E, BC and 8D. RGB value is (46,188,141). Sum of RGB (Red+Green+Blue) = 46+188+141=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC8D is #D14372. Grayscale: #8C8C8C. Windows color (decimal): -13714291 or 9288750. OLE color: 9288750.

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

Color convert

RGB 46 188 141 -
CMYK 0.76 0 0.25 0.26
HSL 160.14º 0.61% 0.46% -
HSV(B) 160.14º 0.76% 0.74% -
XYZ 23.92 38.47 31.36 -
YUV 140.18 128.46 60.82 -
System Red Green Blue C M Y K H S L
Decimal 46 188 141 0.76 0 0.25 0.26 160.14 0.61 0.46
Hex 2E BC 8D 4C 0 19 1A A0 3D 2E
Octal 56 274 215 114 0 31 32 240 75 56
Binary 101110 10111100 10001101 1001100 0 11001 11010 10100000 111101 101110

Color Harmonies of #2EBC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC8D

Black with #2EBC8D

Text Example


Text Example

White with #2EBC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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