Html Css Color HEX #2EC16A Medium Sea Green

📋 copy color: '#2EC16A'

red 46 ◦ green 193 ◦ blue 106

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

Shades of Medium Sea Green #2EC16A

Tints of Medium Sea Green #2EC16A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.94%

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 13.33%
G = 55.94%
B = 30.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#2EC16A (or 0x2EC16A) is known color: Medium Sea Green. HEX triplet: 2E, C1 and 6A. RGB value is (46,193,106). Sum of RGB (Red+Green+Blue) = 46+193+106=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC16A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC16A is #D13E95. Grayscale: #8B8B8B. Windows color (decimal): -13713046 or 6996270. OLE color: 6996270.

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

Color convert

RGB 46 193 106 -
CMYK 0.76 0 0.45 0.24
HSL 144.49º 0.62% 0.47% -
HSV(B) 144.49º 0.76% 0.76% -
XYZ 22.8 39.76 20.11 -
YUV 139.13 109.3 61.57 -
System Red Green Blue C M Y K H S L
Decimal 46 193 106 0.76 0 0.45 0.24 144.49 0.62 0.47
Hex 2E C1 6A 4C 0 2D 18 90 3E 2F
Octal 56 301 152 114 0 55 30 220 76 57
Binary 101110 11000001 1101010 1001100 0 101101 11000 10010000 111110 101111

Color Harmonies of #2EC16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC16A

Black with #2EC16A

Text Example


Text Example

White with #2EC16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,193,106); }

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

background-color css

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

 a { background-color: rgb(46,193,106); }

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

border-color css

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

 span { border-color: rgb(46,193,106); }

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