Html Css Color HEX #2EBC7D Medium Sea Green

📋 copy color: '#2EBC7D'

red 46 ◦ green 188 ◦ blue 125

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

Shades of Medium Sea Green #2EBC7D

Tints of Medium Sea Green #2EBC7D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.37%

 BLUE value IS 125 (49.22% from 255) = 34.82%

R = 12.81%
G = 52.37%
B = 34.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#2EBC7D (or 0x2EBC7D) is known color: Medium Sea Green. HEX triplet: 2E, BC and 7D. RGB value is (46,188,125). Sum of RGB (Red+Green+Blue) = 46+188+125=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBC7D is #D14382. Grayscale: #8A8A8A. Windows color (decimal): -13714307 or 8240174. OLE color: 8240174.

HSL color Cylindrical-coordinate representation of color #2EBC7D: hue angle of 153.38º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC7D is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 188 125 -
CMYK 0.76 0 0.34 0.26
HSL 153.38º 0.61% 0.46% -
HSV(B) 153.38º 0.76% 0.74% -
XYZ 22.81 38.03 25.54 -
YUV 138.36 120.46 62.12 -
System Red Green Blue C M Y K H S L
Decimal 46 188 125 0.76 0 0.34 0.26 153.38 0.61 0.46
Hex 2E BC 7D 4C 0 22 1A 99 3D 2E
Octal 56 274 175 114 0 42 32 231 75 56
Binary 101110 10111100 1111101 1001100 0 100010 11010 10011001 111101 101110

Color Harmonies of #2EBC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC7D

Black with #2EBC7D

Text Example


Text Example

White with #2EBC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,188,125); }

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

background-color css

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

 a { background-color: rgb(46,188,125); }

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

border-color css

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

 span { border-color: rgb(46,188,125); }

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