#2EBE80

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

Shades of Jungle Green #2EBE80

Tints of Jungle Green #2EBE80

Color information

#2EBE80 (or 0x2EBE80) is unknown color: approx Jungle Green. HEX triplet: 2E, BE and 80. RGB value is (46,190,128). Sum of RGB (Red+Green+Blue) = 46+190+128=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 190 (74.61% from 255 or 52.20% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBE80 is #D1417F. Grayscale: #8B8B8B. Windows color (decimal): -13713792 or 8437294. OLE color: 8437294.

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

Color convert

RGB46190128-
CMYK0.7600.330.25
HSL154.17º61.02%46.27%-
HSV(B)154.17º75.79%74.51%-
XYZ23.4438.9726.71-
YUV139.88121.2961.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.64%
GREEN value IS 190 (74.61% from 255) = 52.20%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=12.64%
G=52.20%
B=35.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461901280.7600.330.25154.1761.0246.27
Hex2EBE804C021199a3d2e
Octal56276200114041312327556
Binary1011101011111010000000100110001000011100110011010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,190,128); }

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

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

 a { background-color: rgb(46,190,128); }

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

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

 span { border-color: rgb(46,190,128); }

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