#2EB77D

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

Shades of Jungle Green #2EB77D

Tints of Jungle Green #2EB77D

Color information

#2EB77D (or 0x2EB77D) is unknown color: approx Jungle Green. HEX triplet: 2E, B7 and 7D. RGB value is (46,183,125). Sum of RGB (Red+Green+Blue) = 46+183+125=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB77D is #D14882. Grayscale: #878787. Windows color (decimal): -13715587 or 8238894. OLE color: 8238894.

HSL color Cylindrical-coordinate representation of color #2EB77D: hue angle of 154.6º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB77D is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB46183125-
CMYK0.7500.320.28
HSL154.6º59.83%44.9%-
HSV(B)154.6º74.86%71.76%-
XYZ21.7635.9325.19-
YUV135.43122.1164.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.99%
GREEN value IS 183 (71.88% from 255) = 51.69%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=12.99%
G=51.69%
B=35.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal461831250.7500.320.28154.659.8344.9
Hex2EB77D4B0201C9b3c2d
Octal56267175113040342337455
Binary101110101101111111101100101101000001110010011011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,183,125); }

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

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

 a { background-color: rgb(46,183,125); }

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

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

 span { border-color: rgb(46,183,125); }

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