Html Css Color HEX #2EB375 Medium Sea Green

📋 copy color: '#2EB375'

red 46 ◦ green 179 ◦ blue 117

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

Shades of Medium Sea Green #2EB375

Tints of Medium Sea Green #2EB375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.34%

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 13.45%
G = 52.34%
B = 34.21%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#2EB375 (or 0x2EB375) is known color: Medium Sea Green. HEX triplet: 2E, B3 and 75. RGB value is (46,179,117). Sum of RGB (Red+Green+Blue) = 46+179+117=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB375 is #D14C8A. Grayscale: #848484. Windows color (decimal): -13716619 or 7713582. OLE color: 7713582.

HSL color Cylindrical-coordinate representation of color #2EB375: hue angle of 152.03º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB375 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 179 117 -
CMYK 0.74 0 0.35 0.30
HSL 152.03º 0.59% 0.44% -
HSV(B) 152.03º 0.74% 0.7% -
XYZ 20.46 34.11 22.33 -
YUV 132.17 119.44 66.54 -
System Red Green Blue C M Y K H S L
Decimal 46 179 117 0.74 0 0.35 0.30 152.03 0.59 0.44
Hex 2E B3 75 4A 0 23 1E 98 3B 2C
Octal 56 263 165 112 0 43 36 230 73 54
Binary 101110 10110011 1110101 1001010 0 100011 11110 10011000 111011 101100

Color Harmonies of #2EB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB375

Black with #2EB375

Text Example


Text Example

White with #2EB375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,179,117); }

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

background-color css

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

 a { background-color: rgb(46,179,117); }

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

border-color css

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

 span { border-color: rgb(46,179,117); }

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