Html Css Color HEX #2EBC8E Jungle Green

📋 copy color: '#2EBC8E'

red 46 ◦ green 188 ◦ blue 142

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

Shades of Jungle Green #2EBC8E

Tints of Jungle Green #2EBC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.77%

R = 12.23%
G = 50%
B = 37.77%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#2EBC8E (or 0x2EBC8E) is known color: Jungle Green. HEX triplet: 2E, BC and 8E. RGB value is (46,188,142). Sum of RGB (Red+Green+Blue) = 46+188+142=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC8E is #D14371. Grayscale: #8C8C8C. Windows color (decimal): -13714290 or 9354286. OLE color: 9354286.

HSL color Cylindrical-coordinate representation of color #2EBC8E: hue angle of 160.56º 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 #2EBC8E is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 188 142 -
CMYK 0.76 0 0.24 0.26
HSL 160.56º 0.61% 0.46% -
HSV(B) 160.56º 0.76% 0.74% -
XYZ 23.99 38.5 31.76 -
YUV 140.3 128.96 60.74 -
System Red Green Blue C M Y K H S L
Decimal 46 188 142 0.76 0 0.24 0.26 160.56 0.61 0.46
Hex 2E BC 8E 4C 0 18 1A A1 3D 2E
Octal 56 274 216 114 0 30 32 241 75 56
Binary 101110 10111100 10001110 1001100 0 11000 11010 10100001 111101 101110

Color Harmonies of #2EBC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC8E

Black with #2EBC8E

Text Example


Text Example

White with #2EBC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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