Html Css Color HEX #2EC076 Medium Sea Green

📋 copy color: '#2EC076'

red 46 ◦ green 192 ◦ blue 118

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

Shades of Medium Sea Green #2EC076

Tints of Medium Sea Green #2EC076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 12.92%
G = 53.93%
B = 33.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#2EC076 (or 0x2EC076) is known color: Medium Sea Green. HEX triplet: 2E, C0 and 76. RGB value is (46,192,118). Sum of RGB (Red+Green+Blue) = 46+192+118=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC076 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC076 is #D13F89. Grayscale: #8C8C8C. Windows color (decimal): -13713290 or 7782446. OLE color: 7782446.

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

Color convert

RGB 46 192 118 -
CMYK 0.76 0 0.39 0.25
HSL 149.59º 0.61% 0.47% -
HSV(B) 149.59º 0.76% 0.75% -
XYZ 23.25 39.59 23.56 -
YUV 139.91 115.63 61.02 -
System Red Green Blue C M Y K H S L
Decimal 46 192 118 0.76 0 0.39 0.25 149.59 0.61 0.47
Hex 2E C0 76 4C 0 27 19 96 3D 2F
Octal 56 300 166 114 0 47 31 226 75 57
Binary 101110 11000000 1110110 1001100 0 100111 11001 10010110 111101 101111

Color Harmonies of #2EC076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC076

Black with #2EC076

Text Example


Text Example

White with #2EC076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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