Html Css Color HEX #2EC07F Medium Sea Green

📋 copy color: '#2EC07F'

red 46 ◦ green 192 ◦ blue 127

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

Shades of Medium Sea Green #2EC07F

Tints of Medium Sea Green #2EC07F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.6%

 BLUE value IS 127 (50% from 255) = 34.79%

R = 12.6%
G = 52.6%
B = 34.79%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#2EC07F (or 0x2EC07F) is known color: Medium Sea Green. HEX triplet: 2E, C0 and 7F. RGB value is (46,192,127). Sum of RGB (Red+Green+Blue) = 46+192+127=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC07F is #D13F80. Grayscale: #8D8D8D. Windows color (decimal): -13713281 or 8372270. OLE color: 8372270.

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

Color convert

RGB 46 192 127 -
CMYK 0.76 0 0.34 0.25
HSL 153.29º 0.61% 0.47% -
HSV(B) 153.29º 0.76% 0.75% -
XYZ 23.81 39.81 26.51 -
YUV 140.94 120.13 60.29 -
System Red Green Blue C M Y K H S L
Decimal 46 192 127 0.76 0 0.34 0.25 153.29 0.61 0.47
Hex 2E C0 7F 4C 0 22 19 99 3D 2F
Octal 56 300 177 114 0 42 31 231 75 57
Binary 101110 11000000 1111111 1001100 0 100010 11001 10011001 111101 101111

Color Harmonies of #2EC07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC07F

Black with #2EC07F

Text Example


Text Example

White with #2EC07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,192,127); }

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

background-color css

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

 a { background-color: rgb(46,192,127); }

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

border-color css

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

 span { border-color: rgb(46,192,127); }

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