Html Css Color HEX #2EC26C Medium Sea Green

📋 copy color: '#2EC26C'

red 46 ◦ green 194 ◦ blue 108

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

Shades of Medium Sea Green #2EC26C

Tints of Medium Sea Green #2EC26C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.75%

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 13.22%
G = 55.75%
B = 31.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#2EC26C (or 0x2EC26C) is known color: Medium Sea Green. HEX triplet: 2E, C2 and 6C. RGB value is (46,194,108). Sum of RGB (Red+Green+Blue) = 46+194+108=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC26C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC26C is #D13D93. Grayscale: #8C8C8C. Windows color (decimal): -13712788 or 7127598. OLE color: 7127598.

HSL color Cylindrical-coordinate representation of color #2EC26C: hue angle of 145.14º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC26C is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 194 108 -
CMYK 0.76 0 0.44 0.24
HSL 145.14º 0.62% 0.47% -
HSV(B) 145.14º 0.76% 0.76% -
XYZ 23.13 40.25 20.74 -
YUV 139.94 109.97 60.99 -
System Red Green Blue C M Y K H S L
Decimal 46 194 108 0.76 0 0.44 0.24 145.14 0.62 0.47
Hex 2E C2 6C 4C 0 2C 18 91 3E 2F
Octal 56 302 154 114 0 54 30 221 76 57
Binary 101110 11000010 1101100 1001100 0 101100 11000 10010001 111110 101111

Color Harmonies of #2EC26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC26C

Black with #2EC26C

Text Example


Text Example

White with #2EC26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,194,108); }

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

background-color css

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

 a { background-color: rgb(46,194,108); }

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

border-color css

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

 span { border-color: rgb(46,194,108); }

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