#2EB57F

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

Shades of Jungle Green #2EB57F

Tints of Jungle Green #2EB57F

Color information

#2EB57F (or 0x2EB57F) is unknown color: approx Jungle Green. HEX triplet: 2E, B5 and 7F. RGB value is (46,181,127). Sum of RGB (Red+Green+Blue) = 46+181+127=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB57F is #D14A80. Grayscale: #868686. Windows color (decimal): -13716097 or 8369454. OLE color: 8369454.

HSL color Cylindrical-coordinate representation of color #2EB57F: hue angle of 156º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB57F is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB46181127-
CMYK0.7500.300.29
HSL156º59.47%44.51%-
HSV(B)156º74.59%70.98%-
XYZ21.4835.1625.73-
YUV134.48123.7764.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.99%
GREEN value IS 181 (71.09% from 255) = 51.13%
BLUE value IS 127 (50% from 255) = 35.88%
R=12.99%
G=51.13%
B=35.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461811270.7500.300.2915659.4744.51
Hex2EB57F4B01E1D9c3b2d
Octal56265177113036352347355
Binary10111010110101111111110010110111101110110011100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,181,127); }

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

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

 a { background-color: rgb(46,181,127); }

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

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

 span { border-color: rgb(46,181,127); }

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