Html Css Color HEX #2EB482 Jungle Green

📋 copy color: '#2EB482'

red 46 ◦ green 180 ◦ blue 130

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

Shades of Jungle Green #2EB482

Tints of Jungle Green #2EB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.56%

 BLUE value IS 130 (51.17% from 255) = 36.52%

R = 12.92%
G = 50.56%
B = 36.52%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#2EB482 (or 0x2EB482) is known color: Jungle Green. HEX triplet: 2E, B4 and 82. RGB value is (46,180,130). Sum of RGB (Red+Green+Blue) = 46+180+130=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB482 is #D14B7D. Grayscale: #868686. Windows color (decimal): -13716350 or 8565806. OLE color: 8565806.

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

Color convert

RGB 46 180 130 -
CMYK 0.74 0 0.28 0.29
HSL 157.61º 0.59% 0.44% -
HSV(B) 157.61º 0.74% 0.71% -
XYZ 21.48 34.84 26.71 -
YUV 134.23 125.61 65.07 -
System Red Green Blue C M Y K H S L
Decimal 46 180 130 0.74 0 0.28 0.29 157.61 0.59 0.44
Hex 2E B4 82 4A 0 1C 1D 9E 3B 2C
Octal 56 264 202 112 0 34 35 236 73 54
Binary 101110 10110100 10000010 1001010 0 11100 11101 10011110 111011 101100

Color Harmonies of #2EB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB482

Black with #2EB482

Text Example


Text Example

White with #2EB482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,180,130); }

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

background-color css

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

 a { background-color: rgb(46,180,130); }

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

border-color css

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

 span { border-color: rgb(46,180,130); }

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