Html Css Color HEX #2EC079 Medium Sea Green

📋 copy color: '#2EC079'

red 46 ◦ green 192 ◦ blue 121

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

Shades of Medium Sea Green #2EC079

Tints of Medium Sea Green #2EC079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 12.81%
G = 53.48%
B = 33.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#2EC079 (or 0x2EC079) is known color: Medium Sea Green. HEX triplet: 2E, C0 and 79. RGB value is (46,192,121). Sum of RGB (Red+Green+Blue) = 46+192+121=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC079 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC079 is #D13F86. Grayscale: #8C8C8C. Windows color (decimal): -13713287 or 7979054. OLE color: 7979054.

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

Color convert

RGB 46 192 121 -
CMYK 0.76 0 0.37 0.25
HSL 150.82º 0.61% 0.47% -
HSV(B) 150.82º 0.76% 0.75% -
XYZ 23.43 39.66 24.51 -
YUV 140.25 117.13 60.77 -
System Red Green Blue C M Y K H S L
Decimal 46 192 121 0.76 0 0.37 0.25 150.82 0.61 0.47
Hex 2E C0 79 4C 0 25 19 97 3D 2F
Octal 56 300 171 114 0 45 31 227 75 57
Binary 101110 11000000 1111001 1001100 0 100101 11001 10010111 111101 101111

Color Harmonies of #2EC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC079

Black with #2EC079

Text Example


Text Example

White with #2EC079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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