Html Css Color HEX #2EB96A Medium Sea Green

📋 copy color: '#2EB96A'

red 46 ◦ green 185 ◦ blue 106

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

Shades of Medium Sea Green #2EB96A

Tints of Medium Sea Green #2EB96A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.9%

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

R = 13.65%
G = 54.9%
B = 31.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#2EB96A (or 0x2EB96A) is known color: Medium Sea Green. HEX triplet: 2E, B9 and 6A. RGB value is (46,185,106). Sum of RGB (Red+Green+Blue) = 46+185+106=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB96A is #D14695. Grayscale: #868686. Windows color (decimal): -13715094 or 6994222. OLE color: 6994222.

HSL color Cylindrical-coordinate representation of color #2EB96A: hue angle of 145.9º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB96A is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 106 -
CMYK 0.75 0 0.43 0.27
HSL 145.9º 0.6% 0.45% -
HSV(B) 145.9º 0.75% 0.73% -
XYZ 21.08 36.32 19.54 -
YUV 134.43 111.95 64.92 -
System Red Green Blue C M Y K H S L
Decimal 46 185 106 0.75 0 0.43 0.27 145.9 0.6 0.45
Hex 2E B9 6A 4B 0 2B 1B 92 3C 2D
Octal 56 271 152 113 0 53 33 222 74 55
Binary 101110 10111001 1101010 1001011 0 101011 11011 10010010 111100 101101

Color Harmonies of #2EB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB96A

Black with #2EB96A

Text Example


Text Example

White with #2EB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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