Html Css Color HEX #2EBC84 Jungle Green

📋 copy color: '#2EBC84'

red 46 ◦ green 188 ◦ blue 132

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

Shades of Jungle Green #2EBC84

Tints of Jungle Green #2EBC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 12.57%
G = 51.37%
B = 36.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#2EBC84 (or 0x2EBC84) is known color: Jungle Green. HEX triplet: 2E, BC and 84. RGB value is (46,188,132). Sum of RGB (Red+Green+Blue) = 46+188+132=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC84 is #D1437B. Grayscale: #8B8B8B. Windows color (decimal): -13714300 or 8698926. OLE color: 8698926.

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

Color convert

RGB 46 188 132 -
CMYK 0.76 0 0.30 0.26
HSL 156.34º 0.61% 0.46% -
HSV(B) 156.34º 0.76% 0.74% -
XYZ 23.27 38.21 27.98 -
YUV 139.16 123.96 61.55 -
System Red Green Blue C M Y K H S L
Decimal 46 188 132 0.76 0 0.30 0.26 156.34 0.61 0.46
Hex 2E BC 84 4C 0 1E 1A 9C 3D 2E
Octal 56 274 204 114 0 36 32 234 75 56
Binary 101110 10111100 10000100 1001100 0 11110 11010 10011100 111101 101110

Color Harmonies of #2EBC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC84

Black with #2EBC84

Text Example


Text Example

White with #2EBC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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