Html Css Color HEX #2EB96D Medium Sea Green

📋 copy color: '#2EB96D'

red 46 ◦ green 185 ◦ blue 109

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

Shades of Medium Sea Green #2EB96D

Tints of Medium Sea Green #2EB96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 13.53%
G = 54.41%
B = 32.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#2EB96D (or 0x2EB96D) is known color: Medium Sea Green. HEX triplet: 2E, B9 and 6D. RGB value is (46,185,109). Sum of RGB (Red+Green+Blue) = 46+185+109=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB96D is #D14692. Grayscale: #868686. Windows color (decimal): -13715091 or 7190830. OLE color: 7190830.

HSL color Cylindrical-coordinate representation of color #2EB96D: hue angle of 147.19º 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 #2EB96D is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 109 -
CMYK 0.75 0 0.41 0.27
HSL 147.19º 0.6% 0.45% -
HSV(B) 147.19º 0.75% 0.73% -
XYZ 21.24 36.38 20.37 -
YUV 134.78 113.45 64.68 -
System Red Green Blue C M Y K H S L
Decimal 46 185 109 0.75 0 0.41 0.27 147.19 0.6 0.45
Hex 2E B9 6D 4B 0 29 1B 93 3C 2D
Octal 56 271 155 113 0 51 33 223 74 55
Binary 101110 10111001 1101101 1001011 0 101001 11011 10010011 111100 101101

Color Harmonies of #2EB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB96D

Black with #2EB96D

Text Example


Text Example

White with #2EB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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