Html Css Color HEX #2EB57C Jungle Green

📋 copy color: '#2EB57C'

red 46 ◦ green 181 ◦ blue 124

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

Shades of Jungle Green #2EB57C

Tints of Jungle Green #2EB57C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.57%

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 13.11%
G = 51.57%
B = 35.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#2EB57C (or 0x2EB57C) is known color: Jungle Green. HEX triplet: 2E, B5 and 7C. RGB value is (46,181,124). Sum of RGB (Red+Green+Blue) = 46+181+124=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB57C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB57C is #D14A83. Grayscale: #868686. Windows color (decimal): -13716100 or 8172846. OLE color: 8172846.

HSL color Cylindrical-coordinate representation of color #2EB57C: hue angle of 154.67º 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 #2EB57C is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 181 124 -
CMYK 0.75 0 0.31 0.29
HSL 154.67º 0.59% 0.45% -
HSV(B) 154.67º 0.75% 0.71% -
XYZ 21.29 35.08 24.72 -
YUV 134.14 122.27 65.13 -
System Red Green Blue C M Y K H S L
Decimal 46 181 124 0.75 0 0.31 0.29 154.67 0.59 0.45
Hex 2E B5 7C 4B 0 1F 1D 9B 3B 2D
Octal 56 265 174 113 0 37 35 233 73 55
Binary 101110 10110101 1111100 1001011 0 11111 11101 10011011 111011 101101

Color Harmonies of #2EB57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB57C

Black with #2EB57C

Text Example


Text Example

White with #2EB57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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