Html Css Color HEX #2EC085 Jungle Green

📋 copy color: '#2EC085'

red 46 ◦ green 192 ◦ blue 133

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

Shades of Jungle Green #2EC085

Tints of Jungle Green #2EC085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 12.4%
G = 51.75%
B = 35.85%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#2EC085 (or 0x2EC085) is known color: Jungle Green. HEX triplet: 2E, C0 and 85. RGB value is (46,192,133). Sum of RGB (Red+Green+Blue) = 46+192+133=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC085 is #D13F7A. Grayscale: #8D8D8D. Windows color (decimal): -13713275 or 8765486. OLE color: 8765486.

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

Color convert

RGB 46 192 133 -
CMYK 0.76 0 0.31 0.25
HSL 155.75º 0.61% 0.47% -
HSV(B) 155.75º 0.76% 0.75% -
XYZ 24.21 39.97 28.63 -
YUV 141.62 123.13 59.8 -
System Red Green Blue C M Y K H S L
Decimal 46 192 133 0.76 0 0.31 0.25 155.75 0.61 0.47
Hex 2E C0 85 4C 0 1F 19 9C 3D 2F
Octal 56 300 205 114 0 37 31 234 75 57
Binary 101110 11000000 10000101 1001100 0 11111 11001 10011100 111101 101111

Color Harmonies of #2EC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC085

Black with #2EC085

Text Example


Text Example

White with #2EC085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,192,133); }

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

background-color css

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

 a { background-color: rgb(46,192,133); }

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

border-color css

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

 span { border-color: rgb(46,192,133); }

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