#2EB37E

Color #2EB37E Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #2EB37E

Tints of Jungle Green #2EB37E

Color information

#2EB37E (or 0x2EB37E) is unknown color: approx Jungle Green. HEX triplet: 2E, B3 and 7E. RGB value is (46,179,126). Sum of RGB (Red+Green+Blue) = 46+179+126=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB37E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB37E is #D14C81. Grayscale: #858585. Windows color (decimal): -13716610 or 8303406. OLE color: 8303406.

HSL color Cylindrical-coordinate representation of color #2EB37E: hue angle of 156.09º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB37E is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB46179126-
CMYK0.7400.300.30
HSL156.09º59.11%44.12%-
HSV(B)156.09º74.3%70.2%-
XYZ21.0134.3325.26-
YUV133.19123.9465.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.11%
GREEN value IS 179 (70.31% from 255) = 51.00%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=13.11%
G=51.00%
B=35.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal461791260.7400.300.30156.0959.1144.12
Hex2EB37E4A01E1E9c3b2c
Octal56263176112036362347354
Binary10111010110011111111010010100111101111010011100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,179,126); }

 H1.HeaderClassName
 {
   color: #2EB37E;
 }
 .AnyTagClassName
 {
   color: #2EB37E;
 }
</style>
background-color css

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

 a { background-color: rgb(46,179,126); }

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

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

 span { border-color: rgb(46,179,126); }

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